debug_mode

Creator: coderz1093

Last updated:

0 purchases

debug_mode Image
debug_mode Images

Languages

Categories

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.