https://github.com/kekavc24/yaml_dart
A collection of Dart packages for interacting with YAML.
https://github.com/kekavc24/yaml_dart
dart yaml yaml-parser
Last synced: about 1 month ago
JSON representation
A collection of Dart packages for interacting with YAML.
- Host: GitHub
- URL: https://github.com/kekavc24/yaml_dart
- Owner: kekavc24
- License: bsd-3-clause
- Created: 2025-08-12T12:15:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-04-13T18:34:16.000Z (2 months ago)
- Last Synced: 2026-04-13T19:19:08.881Z (2 months ago)
- Topics: dart, yaml, yaml-parser
- Language: Dart
- Homepage:
- Size: 2.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# yaml_dart
[](https://codecov.io/gh/kekavc24/yaml_dart)
A collection of `Dart` packages that help you to interact with YAML and the features it supports in the official [spec](https://yaml.org/spec/1.2.2/).
> [!IMPORTANT]
> Supports YAML 1.2+ features. Earlier versions are supported but parsing is done with YAML 1.2+ grammar rules.
## Packages
| Package | Description | Version |
| --------| ----------- | ------- |
| [rookie_yaml][rookie_link] | A parser and loader for YAML. | [![pub package][rookie_shield]][rookie_pub] |
| [dump_yaml][dump_link] | A configurable YAML dumper. | [![pub package][dump_shield]][dump_pub] |
## Contributions
Visit [CONTRIBUTING.md](CONTRIBUTING.md) for more information. All contributions are welcome.
[rookie_link]: ./packages/rookie_yaml/README.md
[rookie_shield]: https://img.shields.io/pub/v/rookie_yaml.svg
[rookie_pub]: https://pub.dev/packages/rookie_yaml
[dump_link]: ./packages/dump_yaml/README.md
[dump_shield]: https://img.shields.io/pub/v/dump_yaml.svg
[dump_pub]: https://pub.dev/packages/dump_yaml