- Updated to the dart 3.0.0
- Support for bitbucket urls. For fetching extra information
- Analyzer
- Better support for Windows (Thanks stacew)
- Tests
- Dependencies
- always log a FatalException with a basic message. (debug or verbose should be used to see the full stacktrace.)
- changelog formatting
- readme documentation for
fail_fast
,check_before_generate
,download_pub_dev_details
.
- 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
- 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