envified 3.2.1
envified: ^3.2.1 copied to clipboard
Runtime environment switching for Flutter. Load .env files, switch dev/staging/prod at runtime — no rebuild required.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add envifiedWith Flutter:
$ flutter pub add envifiedThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
envified: ^3.2.1Alternatively, 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:envified/envified.dart';