Last active
March 9, 2019 22:06
-
-
Save Vanethos/5d44756ab8e9cabd66f34ac65f1d058c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debug mode on device (including simulators, emulators): | |
Turns on all the assertions in the world, includes all debugging information, enables all the debugger aids (e.g. observatory) and service extensions. | |
Optimizes for fast develop/run cycles. Does not optimize for execution speed, binary size, or deployment. | |
Used by flutter run. Built with sky/tools/gn --android or sky/tools/gn --ios. | |
Also sometimes called "checked mode" or "slow mode". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment