env_manager 0.1.2 copy "env_manager: ^0.1.2" to clipboard
env_manager: ^0.1.2 copied to clipboard

Manage your application's environment with env_manager, and propagate all your environment variables inside your application

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add env_manager

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

dependencies:
  env_manager: ^0.1.2

Alternatively, your editor might support 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_manager/env_manager.dart';
1
likes
130
pub points
0%
popularity

Publisher

verified publishergiodam.com

Manage your application's environment with env_manager, and propagate all your environment variables inside your application

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, yaml

More

Packages that depend on env_manager