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

outdated

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

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

dependencies:
  pubspec_parse: ^0.1.8

Alternatively, your editor might support dart 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';
37
likes
30
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

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

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

checked_yaml, json_annotation, pub_semver, yaml

More

Packages that depend on pubspec_parse