ken_logger 0.0.1
ken_logger: ^0.0.1 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.1 - 2025-08-07 #
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.