env_configurator 0.3.0 copy "env_configurator: ^0.3.0" to clipboard
env_configurator: ^0.3.0 copied to clipboard

A package to manage configuration variables and configuration files on flutter and native platforms level

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add env_configurator

With Flutter:

 $ flutter pub add env_configurator

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

dependencies:
  env_configurator: ^0.3.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_configurator/env_configurator.dart';
0
likes
100
pub points
43%
popularity

Publisher

unverified uploader

A package to manage configuration variables and configuration files on flutter and native platforms level

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, colorize, recase, xml, yaml

More

Packages that depend on env_configurator