pubspec_lock_parse 2.2.0 copy "pubspec_lock_parse: ^2.2.0" to clipboard
pubspec_lock_parse: ^2.2.0 copied to clipboard

Simple package for parsing pubspec.lock 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_lock_parse

With Flutter:

 $ flutter pub add pubspec_lock_parse

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

dependencies:
  pubspec_lock_parse: ^2.2.0

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_lock_parse/pubspec_lock_parse.dart';
2
likes
120
pub points
73%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

args, checked_yaml, json_annotation, pub_semver

More

Packages that depend on pubspec_lock_parse