io/colorized_print library

Constants

errorColor → const AnsiColorizer
infoColor → const AnsiColorizer
warningColor → const AnsiColorizer

Functions

printError(Object? object, [String end = "\n"]) → void
printInfo(Object? object, [String end = "\n"]) → void
printWarning(Object? object, [String end = "\n"]) → void
setColorPrintersOptions({bool? enable, StringSink? outSink, StringSink? errSink}) → void
Sets the options for printInfo, printWarning and printError.