quectocolors 1.0.2 copy "quectocolors: ^1.0.2" to clipboard
quectocolors: ^1.0.2 copied to clipboard

High-performance ANSI terminal color styling for Dart. Supports 16 colors, 256-color xterm palette, 16M true color RGB, 149 CSS/X11 named colors, and proper nested color handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quectocolors

With Flutter:

 $ flutter pub add quectocolors

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

dependencies:
  quectocolors: ^1.0.2

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:quectocolors/quectocolors.dart';
0
likes
150
points
169
downloads

Publisher

verified publisherhiveright.tech

Weekly Downloads

High-performance ANSI terminal color styling for Dart. Supports 16 colors, 256-color xterm palette, 16M true color RGB, 149 CSS/X11 named colors, and proper nested color handling.

Repository (GitHub)
View/report issues

Topics

#ansi #colors #terminal #cli #console

Documentation

API reference

License

MIT (license)

More

Packages that depend on quectocolors