Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

screen

flutter

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

like image 251
ROHIT GULERIA Avatar asked Oct 16 '22 04:10

ROHIT GULERIA


1 Answers

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.

like image 140
Riccardo Avatar answered Oct 18 '22 23:10

Riccardo