env_indicator 0.9.2+16 copy "env_indicator: ^0.9.2+16" to clipboard
env_indicator: ^0.9.2+16 copied to clipboard

A Flutter widget that visually shows the current app environment (DEV / QA / PROD).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add env_indicator

With Flutter:

 $ flutter pub add env_indicator

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

dependencies:
  env_indicator: ^0.9.2+16

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

Import it

Now in your Dart code, you can use:

import 'package:env_indicator/env_indicator.dart';
0
likes
0
points
0
downloads

Publisher

verified publishercavecafe.cc

Weekly Downloads

A Flutter widget that visually shows the current app environment (DEV / QA / PROD).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

device_info_plus, flutter, package_info_plus

More

Packages that depend on env_indicator