Flutter android app stuck in white screen after I download from playstore Flutter android app stuck in white screen after I download from playstore flutter flutter

Flutter android app stuck in white screen after I download from playstore


I had the same problem, it worked in release mode but with the app bundle in the play store it freezed on a white screen. There is an issue on github, try to downgrade the gradle version in android/build.gradle to

com.android.tools.build:gradle:3.5.1

It worked for my app.


before the publish app on playstore first test it in real device, you can also try it on alpha or beta test.