small library
Classes
- QuectoColors
- QuectoPlain
-
Known-plain fast path stylers — ZERO ESC scanning.
Use when the caller guarantees the input string contains no nested
ANSI escape codes (i.e., it's plain text or a literal string).
Access via
QuectoPlain.red('Hello').
Extensions
- QuectoColorsOnStrings on String
-
String extensions for concise styling:
'text'.red,'text'.bold.italic.
Properties
- ansiColorDisabled ↔ bool
-
Globally enable or disable AnsiPen settings.
getter/setter pair
Typedefs
- QuectoStyler = String Function(String)