You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't exactly know what it does other than printing to console, but the printing is much nicer than current's PlainTextPrintStrategy strategy. Unfortunately strategies don't allow for custom printing, just for custom string creation.
The text was updated successfully, but these errors were encountered:
Theres a dedicated function in
dart:developer
for printing log records frompackage:logging
: https://api.flutter.dev/flutter/dart-developer/log.html. This function takes all arguments fromlogging
's LogRecord:I don't exactly know what it does other than printing to console, but the printing is much nicer than current's
PlainTextPrintStrategy
strategy. Unfortunately strategies don't allow for custom printing, just for custom string creation.The text was updated successfully, but these errors were encountered: