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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:icapps_license_example/app.dart';
import 'package:icapps_license_example/di/injector.dart' as kiwi;

Future<void> main() async {
  kiwi.setupDependencyTree();
  runApp(MyApp());
}
11
likes
0
pub points
36%
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