pubspec_parse 1.5.0 copy "pubspec_parse: ^1.5.0" to clipboard
pubspec_parse: ^1.5.0 copied to clipboard

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubspec_parse
copied to clipboard

With Flutter:

 $ flutter pub add pubspec_parse
copied to clipboard

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

dependencies:
  pubspec_parse: ^1.5.0
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:pubspec_parse/pubspec_parse.dart';
copied to clipboard
52
likes
150
points
7.14M
downloads

Publisher

verified publishertools.dart.dev

Weekly Downloads

2024.09.19 - 2025.04.03

Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.

Repository (GitHub)
View/report issues
Contributing

Topics

#dart-pub

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

checked_yaml, collection, json_annotation, pub_semver, yaml

More

Packages that depend on pubspec_parse