icapps_license 0.0.6 copy "icapps_license: ^0.0.6" to clipboard
icapps_license: ^0.0.6 copied to clipboard

discontinuedreplaced by: license_generator
outdated

Dart tool to generate a file that contains all licenses of the third party libraries

flutter icapps license #

A dart package to download the licenses for al the packages used.

pub package

Setup #

Add dependency to pubspec #

pub package

dev-dependencies:
  icapps_license: <latest-version>

Run package with Flutter #

flutter packages pub run icapps_license

Run package with Dart #

pub run icapps_license

Working on mac? #

add this to you .bash_profile

flutterlicense(){
 flutter packages get && flutter packages pub run icapps_license
}

now you can use the icapps license with a single command.

flutterlicense
11
likes
0
pub points
38%
popularity

Publisher

verified publishericapps.com

Dart tool to generate a file that contains all licenses of the third party libraries

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, path, yaml

More

Packages that depend on icapps_license