dart_pubspec_licenses 1.0.2 dart_pubspec_licenses: ^1.0.2 copied to clipboard
A library to make it easy to extract OSS license information from Dart packages using pubspec.yaml
Introduction #
dart_pubspec_licenses is a package that helps gather and assemble OSS license info using pubspec.lock
.
Installation #
dependencies:
dart_pubspec_licenses: ^1.0.2
Usage #
See the example.
Reporting issues #
Report any bugs on the project's issues.