Flutter app on start it is showing white screen for few second

后端 未结 6 1497
既然无缘
既然无缘 2020-12-11 00:35

Why my flutter app showing white screen for few sec on start and how to solve this issue ?

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-11 01:23

    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!

提交回复
热议问题