Flutter splash screen Xcode white background for first 2 seconds. After that, it correctly shows the images from my storyboard... I tried everything to get rid of that first white blank screen, but I can't. Can someone help, please?
Removed Launchscreen.storyboard and regenerated.
Removed app from device and reinstalled
Tried everything here: Launch Screen not displaying iOS 8
Changed these configurations.
Bot nothing works at all. I am using Flutter
and flutter_native_splash
and generated the icons with this, but they did not help either.
Note: I noticed that I only see launchscreen
and main
as options in general > app icons and launch images in Xcode. Shouldn't I be able to see the option launschreen_storyboard as well?
Note: Android works fine. It only is a problem at iOS.