yaml_magic 1.0.3+2
yaml_magic: ^1.0.3+2 copied to clipboard
A Dart+Flutter package for manipulating YAML files, providing utilities to load, add, modify / edit, and save YAML documents.
1.0.3+2 #
- Added support for multiline strings in YAML conversion. example:
description: |-
This is a multiline string.
It spans across multiple lines.
It can contain line breaks and indentation.
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.