jot 1.0.0 copy "jot: ^1.0.0" to clipboard
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 optional name parameter. +- Add support for custom logger names in initialization. +- Add comprehensive documentation for the public API. +- Add example directory with a functional usage demonstration. +- Improve pubspec.yaml metadata (description, project links). +- Organize code with regions for better IDE folding.
  • +## 0.0.1
  • Initial release of Jot logger.
  • Add Jot class for static logging.
  • Implement colored console output using ansicolor.
  • Add circular buffer for recent logs.
  • Add JSON pretty printing for Map/List objects.
  • Add exportLog getter for sharing logs.
  • Add onLog callback for external integrations.
2
likes
160
points
119
downloads

Publisher

unverified uploader

Weekly Downloads

Jot is a premium Flutter logging package that provides styled console output, circular memory buffers for recent logs, and easy export functionality for debugging.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, flutter

More

Packages that depend on jot