flutter_native_splash icon indicating copy to clipboard operation
flutter_native_splash copied to clipboard

When using flutter_native_splash to set the color to a yellow shade (#F9E524) or white (#FFFFFF) the color is not applied correctly

Open AlessandroDiBenedetto opened this issue 2 months ago • 3 comments

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);

AlessandroDiBenedetto avatar Oct 16 '25 13:10 AlessandroDiBenedetto

Please provide you flutter native splash config that demonstrates this behavior.

jonbhanson avatar Oct 17 '25 02:10 jonbhanson

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

AlessandroDiBenedetto avatar Oct 17 '25 07:10 AlessandroDiBenedetto

I'm having the exact same issue, any updates?

JonataCSantos avatar Nov 27 '25 21:11 JonataCSantos