safe_yaml 4.0.0-b4
safe_yaml: ^4.0.0-b4 copied to clipboard
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_yamlThis 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-b4Alternatively, 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';