envystic 0.4.0
envystic: ^0.4.0 copied to clipboard
Env Variable Maestro! Seamlessly master config from remote sources, pre-stored via build_runner, or straight from the running system. Enchanting code, mystical security! ☆
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add envysticWith Flutter:
$ flutter pub add envysticThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
envystic: ^0.4.0Alternatively, 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:envystic/envystic.dart';