dart_pubspec_licenses 3.0.5
dart_pubspec_licenses: ^3.0.5 copied to clipboard
A library to make it easy to extract OSS license information from Dart packages using pubspec.yaml
3.0.5 #
- pub workspace support
- flutter_oss_licenses now does nothing but just re-export the functionality of dart_pubspec_licenses and exists for backward compatibility only
- Projects had better use dart_pubspec_licenses directly
3.0.4 #
- Minor fixes
3.0.3 #
- Document updates
3.0.2 #
- Merge PR #27 to support ignoring certain packages
3.0.1 #
- Minor fixes
3.0.0 #
- New data structure to handle dependencies and devDependencies
2.0.3 #
- Internal generation logic update
- Dependency updates
2.0.2 #
- Handle platform separators, handle slashes in the url of hosted dependencies
- Add toJson conversion to a package
2.0.1 #
- Minor null-safety updates.
2.0.0 #
- Sync to flutter_oss_licenses' version up.
1.0.3 #
- Make the
FLUTTER_ROOTenvironment variable optional.
1.0.1+1 #
- Add a standalone example and replace the example in
README.md.
1.0.1 #
- Renaming the things
1.0.0 #
- Initial release