add support for flutter run/build modes#1024
Conversation
|
LGTM |
|
Nice! how do I control this in my YAML launch config? |
|
It's controlled through the toolbar GUI. Thinking about it, the state seemed more transient - per user, and not something you'd necessarily check in to scm. |
|
It's available in the latest release to try out - |
True. Should we remove |
|
Yup, re: removing debug: true. We do exclude the .atom dir for the flutter project we create, but in general I think launch configs should be sharable between users. They should describe the application to launch - the type of app, the path to the main file, ... . Other launch settings, like debug/release, are more ephemeral. |
Add support for running flutter apps in the three build modes (debug, profile, release) (fix flutter/flutter#4042).
@danrubel