license_generator 2.0.0
license_generator: ^2.0.0 copied to clipboard
Dart tool to generate a file that contains all licenses of the third party libraries
import 'package:flutter/material.dart';
import 'package:license_generator_example/app.dart';
Future<void> main() async {
runApp(const MyApp());
}