yaml_magic 1.0.3
yaml_magic: ^1.0.3 copied to clipboard
A Dart+Flutter package for manipulating YAML files, providing utilities to load, add, modify / edit, and save YAML documents. It simplifies working with YAML data in Dart and Flutter projects.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yaml_magicThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yaml_magic: ^1.0.3Alternatively, 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:yaml_magic/yaml_magic.dart';