safe_config 3.0.0-b2 copy "safe_config: ^3.0.0-b2" to clipboard
safe_config: ^3.0.0-b2 copied to clipboard

discontinued
outdated

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: ^3.0.0-b2

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
69%
popularity

Publisher

unverified uploader

A safe and convenient way to read YAML configuration files.

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

runtime, yaml

More

Packages that depend on safe_config