Flutter app show grey screen in release mode but works fine in debug mode Instance of 'DiagnosticsProperty'

前端 未结 4 2196
故里飘歌
故里飘歌 2020-12-29 05:42

I notice that the app works fine in debug mode but when I try the apk on my phone the app shows a grey screen after the loading screen. when i used https and i adding all pe

4条回答
  •  旧时难觅i
    2020-12-29 05:52

    This issue has been existed for a period of time, here is the related issue.

    I've come across this issue, but this depends on the code. For me, with CacheNetworkImage issue#404, I passed wrong imageUrl or null, that caused the grey screen. UI was working without grey screen even If I didn't handle properly until upgrading to 1.17.1 (previous flutter 1.12.13+hotfix.8), everything need to be more careful now.

提交回复
热议问题