flutter_native_splash
flutter_native_splash copied to clipboard
When the application is first launched after installation, the image logo will not be displayed. After opening the app, it will display normally
Describe the bug
When the application is first launched after installation, the image logo will not be displayed. After opening the app, it will display normally
Configuration
flutter_native_splash:
color: "#000000"
image: "assets/logo.png"
web: false
fullscreen: true
android_12:
color: "#000000"
image: "assets/launcher/android12.png"
Device : Device: [HuaweiMate60]
yeah man! having the same issue here. it's been 3 months since your issue, and no reply? thats disappointing...
Can you resolve this by adding the following line to your styles.xml file?
<item name="android:windowSplashScreenBehavior">icon_preferred</item>