ken_logger 0.0.3
ken_logger: ^0.0.3 copied to clipboard
A simple and colorful console logger for Dart and Flutter CLI apps.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 #
Added #
- Added preview image to
README.mdto visually demonstrate colorful logging output. - Added timestamp for logs.
0.0.2 #
Added #
- Added preview image to
README.mdto visually demonstrate colorful logging output. - Updated documentation to improve clarity and presentation on pub.dev and GitHub.
0.0.1 #
Added #
- Initial release of KenLogger with basic log types:
success,info,warning, anderror. - Colored console output support.
- Easy-to-use static logging methods.
TODO #
- Add more customization options for log formatting.
- Support for Flutter mobile/web (if planned).
- Improved documentation and examples.