rich_stdout 1.0.3
rich_stdout: ^1.0.3 copied to clipboard
A library that provides functions for modifying the console output in Dart. It currently supports colouring, bolding, italicising, and underlining text. It also supports hiding and showing the cursor, [...]
1.0.0 #
- Initial version.
- Implemented
Terminalclass with methods for styling text output, includingprint,error,warning,success, andinfo. - Added cursor manipulation methods:
moveCursor,moveCursorUp,moveCursorDown,moveCursorLeft, andmoveCursorRight. - Included
clear,clearLine,hideCursor, andshowCursormethods for terminal management. - Developed
inputmethod with customizable input checks. - Introduced
Ansiclass withconstructmethod for generating ANSI escape codes.
1.0.2 #
- Added
rowsandcolumns
1.0.3 #
- Changed name of
rowsandcolumnstowidthandheight - Updated the
endOfFile - Added new property
newLineItem