quectocolors 1.0.2
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 quectocolorsWith Flutter:
$ flutter pub add quectocolorsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
quectocolors: ^1.0.2Alternatively, 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';