enviroment_flavor 0.0.4 copy "enviroment_flavor: ^0.0.4" to clipboard
enviroment_flavor: ^0.0.4 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: ^0.0.4

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
30
pub points
57%
popularity

Publisher

unverified uploader

EnviromentFlavor package.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on enviroment_flavor