When you run a Flutter app on the Android emulator, the debug logs can get quite noisy.

To work around it, open the DevTools logging page, which will only show the Flutter logs. ✅

Flutter DevTools Logging Page

Happy coding!