dchalky 0.0.2
dchalky: ^0.0.2 copied to clipboard
A simple and elegant way to add colors and styles to your Dart/Flutter console logs, inspired by Chalk.js
Changelog #
All notable changes to this project will be documented in this file.
0.0.2 - 2025-01-18 #
Changed #
- Added comprehensive dartdoc documentation to all public APIs
- Improved code documentation coverage to meet pub.dev standards
0.0.1 - 2025-01-17 #
Added #
- Initial release of dchalky
- Basic text colors: black, red, green, yellow, blue, magenta, cyan, white, gray
- Bright text colors: brightRed, brightGreen, brightYellow, brightBlue, brightMagenta, brightCyan, brightWhite
- Background colors: bgBlack, bgRed, bgGreen, bgYellow, bgBlue, bgMagenta, bgCyan, bgWhite
- Bright background colors: bgBrightRed, bgBrightGreen, bgBrightYellow, bgBrightBlue, bgBrightMagenta, bgBrightCyan, bgBrightWhite
- Text styles: bold, dim, italic, underline, inverse, hidden, strikethrough
- Chainable API for combining multiple colors and styles
- Global
Chalk.enabledflag to disable/enable colors - Example file with usage demonstrations