0 purchases
colorful text
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.