disable splash generation as the actual screen isn't used

This commit is contained in:
julian 2024-05-22 11:41:49 -06:00
parent e39fc8ef8d
commit 230669bd97

View file

@ -7,6 +7,7 @@ source ./env.sh
# run icon and image generators
pushd "${APP_PROJECT_ROOT_DIR}"
flutter pub get
dart run flutter_native_splash:create
#native splash screen not used
#dart run flutter_native_splash:create
dart run flutter_launcher_icons
popd