safe_yaml 4.0.0-b3 copy "safe_yaml: ^4.0.0-b3" to clipboard
safe_yaml: ^4.0.0-b3 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_yaml

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

dependencies:
  safe_yaml: ^4.0.0-b3

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_yaml/safe_yaml.dart';
0
likes
0
pub points
17%
popularity

Publisher

verified publisheraldrinsartfactory.com

A safe and convenient way to read YAML configuration files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, replica, yaml

More

Packages that depend on safe_yaml