web_app_config 2.0.1 copy "web_app_config: ^2.0.1" to clipboard
web_app_config: ^2.0.1 copied to clipboard

Tools for configuring web apps with environment variables and YAML

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_app_config

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

dependencies:
  web_app_config: ^2.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:web_app_config/client.dart';
import 'package:web_app_config/server.dart';
0
likes
30
pub points
0%
popularity

Publisher

verified publisherjpryan.me

Tools for configuring web apps with environment variables and YAML

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

dart2_constant, http, yaml

More

Packages that depend on web_app_config