yaml_config 0.1.2 copy "yaml_config: ^0.1.2" to clipboard
yaml_config: ^0.1.2 copied to clipboard

A simple configuration using YAML file. It is easy to load a local YAML file as main configuration for application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaml_config

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

dependencies:
  yaml_config: ^0.1.2

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:yaml_config/yaml_config.dart';
0
likes
40
pub points
21%
popularity

Publisher

unverified uploader

A simple configuration using YAML file. It is easy to load a local YAML file as main configuration for application.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

yaml

More

Packages that depend on yaml_config