is_dev_or_not 1.0.1+2 is_dev_or_not: ^1.0.1+2 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 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 flutter pub get
):
dependencies:
is_dev_or_not: ^1.0.1+2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.