I/flutter logs are showing even i commented print statements. If i run run new app also, old app logs are showing in console. No luck with flutter clean command.
Can any one suggest to solve this issue ?
Logging options in Flutter Logs are saved in a database, which can then be exported as a zip file, which can then be uploaded to a server or to use locally to identify and debug issues. The logs can be filtered and sorted easily based on many useful filters available.
write() , stdout. writeln() , etc.
Took me (many) hours to figure this out.
% flutter help logs
Show log output for running Flutter apps.
Usage: flutter logs [arguments] -h, --help Print this usage information. -c, --clear Clear log history before reading from logs.
Run flutter help
to see global options.
Try:
flutter logs -c (to clear, run in the project directory)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With