license_generator 2.1.0
license_generator: ^2.1.0 copied to clipboard
Dart tool to generate a file that contains all licenses of the third party libraries
Changelog #
2.0.0 - 2022-06-05 #
1.0.4 - 2022-10-24 #
1.0.3 - 2022-01-21 #
Fixed #
- always log a FatalException with a basic message. (debug or verbose should be used to see the full stacktrace.)
1.0.1 - 2022-01-05 #
Improved #
- readme documentation for
fail_fast,check_before_generate,download_pub_dev_details.
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
checkto check if your pubspec.yaml versions match with your pubspec.lock versionsgenerateto generate the license dart file
checkBeforeGenerateto run the check command before generate. default = falsedownloadPubDevDetailsto get the homepage or repository in the url. default = falsepubDevBaseUrlto download the pub.dev details from another baseUrl. default = https://pub.dev/- support for extra logging default =
info, but there is alsodebugandverbose