yaml_magic 1.0.2
yaml_magic: ^1.0.2 copied to clipboard
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.
1.0.2 #
- add
toStringmethod to get the output string without writing any yaml file.
1.0.1+2 #
- Make
YamlCommentindentLevelproperty controlable.
1.0.1+1 #
- Update package pubspec.yaml description (it was too short) and the version to 1.0.1+1
1.0.1 #
- Added the ability to add comments to the YAML file using the addComment method in the YamlMagic class.
1.0.0 #
- Initial version.