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

1,759

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.

Share:
1,759
Admin
Author by

Admin

Updated on December 19, 2022

Comments

  • Admin
    Admin over 1 year

    I have published an app on the play store and they working fine on All devices. I have Add Admob on the app and Update My app on play store they Stuck in the gray screen, I have tried so many codes to fix. But issue but That not fix, Finally, I have to Publish my Old Code that but now they also not working and they stuck, in Gray Screen and I restore my all testing device.

    I have a test app on the real device before Uploading on the alpha testing app is working fine, but after uploading on alpha testing they show a gray screen

  • MattTheXPat
    MattTheXPat over 3 years
    Thanks for the answer @Riccardo, you're a life saver. Although, I did change the version to com.android.tools.build:gradle:3.4.3 as it was conflicting with Gradle distributions link 6.1.1 from gradle.properties.