printers 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
printProgessAnimation<T>(FutureOrResultCallback<T> workload, {Duration animationSpeed = const Duration(milliseconds: 150), StringSink? output}) Future<T>
Write a progess animation to output while waiting for workload.
printWarning(Object? object, [String end = "\n"]) → void
setPrintersColorUsage(bool enable) → void