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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add env_get

With Flutter:

 $ flutter pub add env_get

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

dependencies:
  env_get: ^1.0.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:env_get/env_get.dart';
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