Android Studio not showing Logcat with Flutter
I just solved this, the flutter project was missing an Android module. Go to 'File -> Project Structure -> Modules'. Click on the '+' sign at the top to add a module. Select Android.
Try the following:
Event Log
(a tab at the bottom right)scroll to
Android framework is detected
- click Configure
The Logcat
tab should appear now. Moreover, the Device File Explorer
tab should show up on the right panel.