jot 1.0.0
jot: ^1.0.0 copied to clipboard
Jot is a premium Flutter logging package that provides styled console output, circular memory buffers for recent logs, and easy export functionality for debugging.
1.0.0 #
- +- BREAKING:
Jot.init()now accepts an optionalnameparameter. +- Add support for custom logger names in initialization. +- Add comprehensive documentation for the public API. +- Addexampledirectory with a functional usage demonstration. +- Improvepubspec.yamlmetadata (description, project links). +- Organize code with regions for better IDE folding. - +## 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.