Why my flutter app showing white screen for few sec on start and how to solve this issue ?
I had this problem after I had already added in a splash screen. I was getting a white screen as well. It turns out you have to reinstall the app to get rid of any caching and then it should work properly
https://docs.nativescript.org/tooling/publishing/creating-launch-screens-ios
I hope this helps someone else!