0

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 Here's the screenshot of my vs code terminal

Mohammad Khan Awan
  • 164
  • 1
  • 3
  • 8

1 Answers1

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