yaml 3.1.3 copy "yaml: ^3.1.3" to clipboard
yaml: ^3.1.3 copied to clipboard

A parser for YAML, a human-friendly data serialization standard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yaml
copied to clipboard

With Flutter:

 $ flutter pub add yaml
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  yaml: ^3.1.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:yaml/yaml.dart';
copied to clipboard
257
likes
160
points
6.68M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.08.07 - 2025.02.19

A parser for YAML, a human-friendly data serialization standard

Repository (GitHub)
Contributing

Topics

#yaml #config-format

Documentation

API reference

License

MIT (license)

Dependencies

collection, source_span, string_scanner

More

Packages that depend on yaml