I\'m using Android Studio for Flutter App Development. Everything seems to be working fine just that the Android Studio does not show the \"logs\" in Logcat
Just use command 'flutter logs', then you can see all logs which are printed by 'print' or 'debugPrint' function.