I am using https://pub.dev/packages/video_player for the video playback in my flutter app and flutter_bloc to manage the state of the application. When I load the video player screen, I get thousands to unwanted log messages in my VS Code terminal, which eventually makes debugging pretty hard as I need to observe the state of the app. Following links aren't helping: https://github.com/flutter/flutter/issues/59579 Stop video player logs flutter
Asked
Active
Viewed 87 times
0

Mohammad Khan Awan
- 164
- 1
- 3
- 8
-
They are emulator/Android debug messages, and there isn't really a good way to disable them. You will just have to filter them out. – Abion47 Apr 18 '23 at 17:44
-
Yes, I have. But still, these messages are so annoying and counter productive – Mohammad Khan Awan Apr 18 '23 at 18:25
1 Answers
0
My Solution is temporary,but it worth if you run in debug mode you could apply filter to your terminal to ignore the prints hope help you

Abolfazl Mashhadi
- 118
- 7