2024-06-26 14:31:55 -05:00
|
|
|
.PHONY: build watch create_app_icon create_splash build_release_android
|
|
|
|
|
2022-02-03 11:06:44 -05:00
|
|
|
build:
|
2023-08-09 21:01:16 -05:00
|
|
|
dart run build_runner build --delete-conflicting-outputs
|
2022-02-03 11:06:44 -05:00
|
|
|
|
|
|
|
watch:
|
2023-08-09 21:01:16 -05:00
|
|
|
dart run build_runner watch --delete-conflicting-outputs
|
2022-02-04 11:41:51 -05:00
|
|
|
|
|
|
|
create_app_icon:
|
2022-03-13 22:10:07 -05:00
|
|
|
flutter pub run flutter_launcher_icons:main
|
|
|
|
|
2023-02-06 01:41:07 -05:00
|
|
|
create_splash:
|
|
|
|
flutter pub run flutter_native_splash:create
|
|
|
|
|
2022-03-13 22:10:07 -05:00
|
|
|
build_release_android:
|
2023-02-06 01:41:07 -05:00
|
|
|
flutter build appbundle
|