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.