env_indicator 0.9.3+26 copy "env_indicator: ^0.9.3+26" to clipboard
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_indicator

This 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+26

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:env_indicator/env_indicator.dart';
0
likes
160
points
0
downloads

Publisher

verified publishercavecafe.cc

Weekly Downloads

A Flutter widget that visually shows the current device info and app environment on every page. (i.e. DEV/QA, but not in PROD)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, package_info_plus

More

Packages that depend on env_indicator