is_dev_or_not 1.0.2+3 copy "is_dev_or_not: ^1.0.2+3" to clipboard
is_dev_or_not: ^1.0.2+3 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.2+3

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:is_dev_or_not/isDebugcall/is_dev_or_not.dart';
1
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Um plugin em flutter que verifica se o dispositivo está em modo desenvolvimento ou no modo padrão.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on is_dev_or_not