colorfy 1.0.0 copy "colorfy: ^1.0.0" to clipboard
colorfy: ^1.0.0 copied to clipboard

Terminal string styling done right with Dart.

Colorfy #

Colorfy is a Dart package for styling terminal strings with colors and effects, making your CLI output more readable and visually appealing.

Features #

  • Apply foreground and background colors to text
  • Add styles like bold, underline, and more
  • Easy-to-use API for chaining styles

Usage #

import 'package:colorfy/colorfy.dart';

void main() {
  print(Colorfy('Hello, World!').red().bold());
}

Installation #

Add to your pubspec.yaml:

dependencies:
  colorfy: ^1.0.0

License #

MIT

3
likes
140
points
44
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Terminal string styling done right with Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on colorfy