voo_env 0.2.0
voo_env: ^0.2.0 copied to clipboard
[DEPRECATED] Use voo_config for configuration and voo_secrets for secure secrets. This package used XOR obfuscation which provides false security.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add voo_envWith Flutter:
$ flutter pub add voo_envThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
voo_env: ^0.2.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:voo_env/voo_env.dart';