text_serializer 2025.428.859
text_serializer: ^2025.428.859 copied to clipboard
[text_serializer] A wrapper library for dart.convert.json and yaml/yaml_writer packages.
CHANGELOG.md #
2025.421.821 #
- Initial release
2025.421.1109 #
- Removed trim() operation from toYaml() function
2025.423.1408 #
- Within toYaml(): final $yamlWriter = YamlWriter(allowUnquotedStrings: true);
2025.423.1428 #
- toYaml() now does not quote string value
2025.423.1447 #
- Changed description of pubspec.yaml
2025.426.1009 #
- Added: example/example.dart
2025.428.859 #
- Introduced yaml_magic package