When using flutter_native_splash to set the color to a yellow shade (#F9E524) or white (#FFFFFF) the color is not applied correctly
When setting a very light background color—especially yellow (#F9E524) or white (#FFFFFF)—in the flutter_native_splash configuration file, the color is not applied correctly to the splash screen.
On some Android and iOS devices, the splash screen appears:
completely black or a default fallback color;
transparent (showing the system background or a black frame);
Please provide you flutter native splash config that demonstrates this behavior.
flutter_native_splash: color: "#F9E524"
color_dark: "#F9E524"
image: assets/logo/logo_splash_no backgroud.png image_dark: assets/logo/logo_splash_no backgroud.png
android: true ios: true web: false
android_12: color: "#F9E524" color_dark: "#F9E524" image: assets/logo/logo_splash_no backgroud.png image_dark: assets/logo/logo_splash_no backgroud.png
logo_splash_no backgroud.png: 512x512px
#F9E524 this color appear like this: #808000
I'm having the exact same issue, any updates?