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.

Colorful Text #

A Dart library that allows you to add color to text in terminal environments using ANSI escape codes. Make your command-line applications visually appealing with this simple and flexible colorization tool.

Usage #

import 'package:colorful_text/colorful_text.dart';

void main() {
  print(ColorfulText.paint('Hello, World!', ColorfulText.green));
}
copied to clipboard
1
likes
140
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.06 - 2025.01.18

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