Relative Content

Tag Archive for androidflutterflutter-dependenciesflutter-upgrade

Flutter app only runs from Terminal and does not print to Console After upgrade

I upgraded a flutter app to the latest SDK version 3.22 & installed a fresh Android Studio Koala | 2024.1.1 Patch 1 and I have managed to eliminate all errors.
If I run the app from Android Studio/VS Code (Using the run button), it only shows a black screen on launch
If I run the app from terminal i.e flutter run or flutter run --debug, the app runs well and shows appropriate screens but shows no debug errors so I’m unable to debug any further since I cant see any error or logs.