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

A Dart library for adding color to text in terminal environments using ANSI escape codes. Enhance your command-line applications with vibrant and eye-catching text styles.

example/colorful_text_example.dart

import 'package:colorful_text/colorful_text.dart';

void main() {
  var awesome = Awesome();
  print('awesome: ${awesome.isAwesome}');
}
1
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for adding color to text in terminal environments using ANSI escape codes. Enhance your command-line applications with vibrant and eye-catching text styles.

Documentation

API reference

License

MIT (license)

More

Packages that depend on colorful_text