flavor_config 1.3.0 copy "flavor_config: ^1.3.0" to clipboard
flavor_config: ^1.3.0 copied to clipboard

An easy to use package for creating flavors for any environment.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flavor_config

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

dependencies:
  flavor_config: ^1.3.0

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:flavor_config/flavor_config.dart';
4
likes
140
pub points
83%
popularity

Publisher

verified publisherzino.company

An easy to use package for creating flavors for any environment.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

device_info, flutter

More

Packages that depend on flavor_config