debug_mode 0.1.1 copy "debug_mode: ^0.1.1" to clipboard
debug_mode: ^0.1.1 copied to clipboard

A simple hack to check if Flutter app is in 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
}
5
likes
30
pub points
48%
popularity

Publisher

verified publisherdsi.dev

A simple hack to check if Flutter app is in debug mode

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on debug_mode