jot 0.0.1
jot: ^0.0.1 copied to clipboard
A Flutter package for logging and debugging.
0.0.1 #
- Initial release of Jot logger.
- Add
Jotclass for static logging. - Implement colored console output using
ansicolor. - Add circular buffer for recent logs.
- Add JSON pretty printing for Map/List objects.
- Add
exportLoggetter for sharing logs. - Add
onLogcallback for external integrations.