Febin Johnson
Febin Johnson

Reputation: 382

Flutter app: White screen after restart on Android with Java 17 upgrade

I was using Java 8 with my Flutter app. I recently upgraded to Java 17. After the upgrade, the app installs and runs perfectly on the first launch, showing all screens as expected. However, upon restarting the app, I am stuck on a white screen. API calls seem to be going through in the background, but the UI fails to render.

I've tried cleaning the Flutter project with flutter clean and restarting the device, but the issue persists.

How can I debug this white screen issue that appears after restarting the app following a Java 17 upgrade?

update

enter image description here

Upvotes: 0

Views: 163

Answers (0)

Related Questions