enviroment_flavor 2.0.0 copy "enviroment_flavor: ^2.0.0" to clipboard
enviroment_flavor: ^2.0.0 copied to clipboard

outdated

EnviromentFlavor package.

enviroment_flavor #

Flutter package to manage simple environment variables.

Getting Started #

In your flutter project, add the dependency to your pubspec.yaml

dependencies:
  ...
  enviroment_flavor: ^1.0.0

Usage #

1. Import #

Import enviroment_flavor

import 'package:enviroment_flavor/enviroment_flavor.dart';

2. Create instance #

Create instance at main file

EnviromentFlavor.create(enviroment: Enviroments.DEV, baseURL: "google.com");

3. Use anywhere #

CustomDio() {
    _dio = Dio(
      BaseOptions(
        baseUrl: EnviromentConfig.instance.baseURL,
      ),
    );
}

Contact #

Send e-mail: mobile@esig.group

License #

Copyright (c) 2020 ESIG Group
5
likes
0
pub points
58%
popularity

Publisher

unverified uploader

EnviromentFlavor package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, package_info_plus

More

Packages that depend on enviroment_flavor