0 purchases
debug mode
debug_mode #
A simple hack to check if Flutter app is in debug mode
In debug mode the
the Dart assert statement is enabled, and the Flutter framework uses this to perform many runtime checks verifying that invariants are not being violated.
Source
Example #
if(DebugMode.isInDebugMode){
// DEBUG Mode
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.