safe_config 2.0.2 copy "safe_config: ^2.0.2" to clipboard
safe_config: ^2.0.2 copied to clipboard

discontinued

A safe and convenient way to read YAML configuration files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add safe_config

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

dependencies:
  safe_config: ^2.0.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:safe_config/safe_config.dart';
12
likes
15
pub points
58%
popularity

Publisher

unverified uploader

A safe and convenient way to read YAML configuration files.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

yaml

More

Packages that depend on safe_config