We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd679d commit e9d67f7Copy full SHA for e9d67f7
scripts/app_config/shared/asset_generators.sh
@@ -21,6 +21,9 @@ if [[ "${APP_BUILD_PLATFORM}" = 'windows' ]]; then
21
else
22
flutter pub get
23
dart run flutter_launcher_icons -f "${YAML_FILE}"
24
- dart run flutter_native_splash:create
+
25
+ if [[ "${APP_BUILD_PLATFORM}" = 'ios' || "${APP_BUILD_PLATFORM}" = 'android' ]]; then
26
+ dart run flutter_native_splash:create
27
+ fi
28
fi
29
popd
0 commit comments