utils/flower_utils library

Classes

AnsiPen
Pen attributes for foreground and background colors.
FlowerUtils

Constants

ansiDefault → const String
Reset all colors and options for current SGRs to terminal defaults.
ansiEscape → const String
ANSI Control Sequence Introducer, signals the terminal for new settings.
ansiResetBackground → const String
Ansi codes that default the terminal's background color without altering the foreground, when printed.
ansiResetForeground → const String
Ansi codes that default the terminal's foreground color without altering the background, when printed.

Properties

ansiColorDisabled bool
getter/setter pair

Typedefs

PrintFunctionCallback = void Function(String prefix, dynamic value, String info, {bool? isError})