how about
You can follow these steps to get clean logs from your Flutter app:
First, run the Flutter app in CLI A using:
flutter run
Then, open another terminal (CLI B) and run:
flutter logs
In CLI B, you will only see the logs generated by your print statements, without the extra system log noise.