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

outdated

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

1.0.3 #

  • 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 toString method to get the output string without writing any yaml file.

1.0.1+2 #

  • Make YamlComment indentLevel property 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.
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, add, modify / edit, 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