-
Notifications
You must be signed in to change notification settings - Fork 341
Add commands for easier running in Release mode #3815
Copy link
Copy link
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
It would be nice to have by default this Flutter modes in launch.json:
Run,
Profile
Debug
Release
and in the main file: Run | Debug | Profile | Release

Maybe also add something for building all the modes like: flutter build --split-per-abi
Build (apk)
Build (apk splitted)
Build (release)
Build (iOS)
Build (web)
Build (Win)
...