dchalky 0.0.2 copy "dchalky: ^0.0.2" to clipboard
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.enabled flag to disable/enable colors
  • Example file with usage demonstrations
0
likes
160
points
28
downloads

Publisher

verified publisherneryad.dev

Weekly Downloads

A simple and elegant way to add colors and styles to your Dart/Flutter console logs, inspired by Chalk.js

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on dchalky