yaml_magic 1.0.3+2 copy "yaml_magic: ^1.0.3+2" to clipboard
yaml_magic: ^1.0.3+2 copied to clipboard

outdated

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();
}
8
likes
0
points
1.27k
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)
View/report issues

License

unknown (license)

Dependencies

yaml

More

Packages that depend on yaml_magic