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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add colorful_text

With Flutter:

 $ flutter pub add colorful_text

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  colorful_text: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:colorful_text/colorful_text.dart';
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