Closed Jatoxo closed 2 months ago
Describe the bug
When you set color_dark: "#ffffff" or icon_background_color_dark: "#ffffff" to always have a white splash screen, the option is not respected and a generic dark color is used instead.
color_dark: "#ffffff"
icon_background_color_dark: "#ffffff"
Configuration
flutter_native_splash: color: "#ff0000" color_dark: "#ff0000" image: "assets/mm_logo.png" #image_dark: assets/splash-invert.png ios: false web: false android_12: image: "assets/logo_splash.png" # Splash screen background color. color: "#ffffff" color_dark: "#ffffff" icon_background_color_dark: "#ff0000"
Device (please complete the following information):
This is a problem with miui. If you search the tickets, you will see that miui does not adhere to Android's splash API. For example, see this ticket.
Describe the bug
When you set
color_dark: "#ffffff"
oricon_background_color_dark: "#ffffff"
to always have a white splash screen, the option is not respected and a generic dark color is used instead.Configuration
Device (please complete the following information):