Closed biondiBagasta closed 10 months ago
Try removing the branding parameters. I think those are causing your problem.
Hi @jonbhanson, I may have a related issue.
On iOS , i have added a first splash, and then I changed the splash image:
and run the create
command again.
Now, when I launch the app I see the old splash (while 200ms) and very quick the new splash.
I tried to delete my app and install it again. I also run :remove
command.
Can this use case be linked to this issue ? If not, what can I do to fix this ?
flutter_native_splash:
color: "#F5EC73"
color_dark: "#F5EC73"
image: assets/logo_transparent.png
image_dark: assets/logo_transparent.png
web: false
android: true
@Nico3652 your problem sounds like the I see a flash of the wrong splash screen on iOS.
Thanks I reboot my phone and it worked. The only thing I didn't try!
My Setting :