6 lines
180 B
Makefile
6 lines
180 B
Makefile
gen:
|
|
flutter pub run build_runner build --delete-conflicting-outputs
|
|
icon:
|
|
flutter pub run flutter_launcher_icons:main
|
|
init_res:
|
|
dart pub global activate flutter_asset_generator
|