voo_env 0.2.0 copy "voo_env: ^0.2.0" to clipboard
voo_env: ^0.2.0 copied to clipboard

discontinuedreplaced by: voo_config

[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_env

With Flutter:

 $ flutter pub add voo_env

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  voo_env: ^0.2.0

Alternatively, 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';
0
likes
145
points
205
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

[DEPRECATED] Use voo_config for configuration and voo_secrets for secure secrets. This package used XOR obfuscation which provides false security.

Topics

#env #environment #configuration #deprecated

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on voo_env