dchalky 0.0.1 copy "dchalky: ^0.0.1" to clipboard
dchalky: ^0.0.1 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.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
150
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