2022-02-03 16:06:44 +00:00
|
|
|
build:
|
2023-08-10 02:01:16 +00:00
|
|
|
dart run build_runner build --delete-conflicting-outputs
|
2022-02-03 16:06:44 +00:00
|
|
|
|
|
|
|
watch:
|
2023-08-10 02:01:16 +00:00
|
|
|
dart run build_runner watch --delete-conflicting-outputs
|
2022-02-04 16:41:51 +00:00
|
|
|
|
|
|
|
create_app_icon:
|
2022-03-14 03:10:07 +00:00
|
|
|
flutter pub run flutter_launcher_icons:main
|
|
|
|
|
2023-02-06 06:41:07 +00:00
|
|
|
create_splash:
|
|
|
|
flutter pub run flutter_native_splash:create
|
|
|
|
|
2022-03-14 03:10:07 +00:00
|
|
|
build_release_android:
|
2023-02-06 06:41:07 +00:00
|
|
|
flutter build appbundle
|