env_indicator 0.9.3+26
env_indicator: ^0.9.3+26 copied to clipboard
A Flutter widget that visually shows the current device info and app environment on every page. (i.e. DEV/QA, but not in PROD)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add env_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
env_indicator: ^0.9.3+26Alternatively, 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:env_indicator/env_indicator.dart';