consola library

Classes

AbsoluteConsoleComponent
A component that can be drawn on the console using precise coordinates.
Console
Provides static methods to manipulate the console.
ConsoleComponent
ConsoleCoordinate
ConsoleExecutor
ConsoleStrings
Provides a set of strings for controlling the console. Function names follow the naming convention of the ANSI escape codes.
ProgressBar
A linear progress bar that can be drawn on the console.
RelativeConsoleComponent
A component that can be drawn on the console relative to a cursor position.

Typedefs

ProgressBarTextBuilder = String Function(int current, int total, double percent)