env_indicator 0.9.2+16
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_indicatorWith Flutter:
$ flutter pub add env_indicatorThis 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+16Alternatively, 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';