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
120
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

Easy to use JavaScript ENV variable getter/setter

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on env_get