env_get 1.0.0 copy "env_get: ^1.0.0" to clipboard
env_get: ^1.0.0 copied to clipboard

Easy to use JavaScript ENV variable getter/setter

Env - Environment variable helper #

Handy method to examine environment variable or dump them all. This is a really simple singleton class.

import 'package:Env';

final debug = Env.get('DEBUG');
// or
Env.dump(); // prints env variables
0
likes
100
pub points
3%
popularity

Publisher

unverified uploader

Easy to use JavaScript ENV variable getter/setter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on env_get