flutter_oss_manager 1.0.1
flutter_oss_manager: ^1.0.1 copied to clipboard
A Flutter package and CLI for scanning, summarizing, and generating open-source license information for your project's dependencies.
1.0.1 #
- Added comprehensive Dartdoc comments to public API elements to improve documentation score on pub.dev.
1.0.0 #
- Initial release of
flutter_oss_manager. - Implemented CLI for scanning dependencies and generating a
oss_licenses.dartfile. - Features a two-tier license detection system (Heuristic and Similarity-based) for high accuracy.
- Supports a wide range of licenses including MIT, Apache, BSD, GPL, LGPL, and MPL.
- Extracts comprehensive package details like version, description, and repository URL.
- Automatically handles Flutter SDK licenses.