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.

example/yaml_magic_example.dart

import 'package:yaml_magic/yaml_magic.dart';

void main() {
  final yamlMagic = YamlMagic.load('example.yaml');
  yamlMagic['new_key'] = 'a value';
  yamlMagic.save();
}
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