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

outdated

A Dart+Flutter package for manipulating YAML files, providing utilities to load, modify, and save YAML documents. It simplifies working with YAML data in Dart and Flutter projects.

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.21k
downloads

Publisher

verified publisheritisnajim.com

Weekly Downloads

A Dart+Flutter package for manipulating YAML files, providing utilities to load, modify, and save YAML documents. It simplifies working with YAML data in Dart and Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

yaml

More

Packages that depend on yaml_magic