is_dev_or_not 1.0.0+1 is_dev_or_not: ^1.0.0+1 copied to clipboard
Um plugin em flutter que verifica se o dispositivo está em modo desenvolvimento ou no modo padrão.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add is_dev_or_not
With Flutter:
$ flutter pub add is_dev_or_not
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
is_dev_or_not: ^1.0.0+1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.