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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debug_mode

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  debug_mode: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:debug_mode/debug_mode.dart';
5
likes
30
pub points
49%
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