yaml_magic 1.0.6 copy "yaml_magic: ^1.0.6" to clipboard
yaml_magic: ^1.0.6 copied to clipboard

A Dart+Flutter package for manipulating YAML files, providing utilities to load, add, modify / edit, and save YAML documents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaml_magic

With Flutter:

 $ flutter pub add yaml_magic

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

dependencies:
  yaml_magic: ^1.0.6

Alternatively, your editor might support dart pub get or flutter 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';
7
likes
160
points
1.44k
downloads

Publisher

verified publisheritisnajim.com

Weekly Downloads

A Dart+Flutter package for manipulating YAML files, providing utilities to load, add, modify / edit, and save YAML documents.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

yaml

More

Packages that depend on yaml_magic