safe_yaml 4.0.0-b4 copy "safe_yaml: ^4.0.0-b4" to clipboard
safe_yaml: ^4.0.0-b4 copied to clipboard

discontinued
SDKDart

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-b4

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
105
pub points
17%
popularity

Publisher

verified publisheraldrinsartfactory.com

A safe and convenient way to read YAML configuration files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

meta, replica, yaml

More

Packages that depend on safe_yaml