license_generator 1.0.0
license_generator: ^1.0.0 copied to clipboard
Dart tool to generate a file that contains all licenses of the third party libraries
Changelog #
[1.0.0] - 2022-01-05 #
Initial release #
- This package is a full refactor of icapps_license
- icapps_license was renamed to license_generator
- removed nullsafe flag
- local licenses are used based on
.dart_tool/package_config.json
Added #
- 2 commands
check
to check if your pubspec.yaml versions match with your pubspec.lock versionsgenerate
to generate the license dart file
checkBeforeGenerate
to run the check command before generate. default = falsedownloadPubDevDetails
to get the homepage or repository in the url. default = falsepubDevBaseUrl
to download the pub.dev details from another baseUrl. default = https://pub.dev/- support for extra logging default =
info
, but there is alsodebug
andverbose