flutter_loggy library

Classes

LoggyStreamScreen
LoggyStreamWidget
This widget will display log from Loggy in a widget. Widget needs StreamPrinter set as printer on loggy.
PrettyDeveloperPrinter
Pretty printer that uses developer.log to show log messages
StreamPrinter
Stream printer will take another LoggyPrinter as it's childPrinter all logs will pass through childPrinter as well.

Exceptions / Errors

WrongPrinterException