rich_stdout 1.0.8 copy "rich_stdout: ^1.0.8" to clipboard
rich_stdout: ^1.0.8 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 Terminal class with methods for styling text output, including print, error, warning, success, and info.
  • Added cursor manipulation methods: moveCursor, moveCursorUp, moveCursorDown, moveCursorLeft, and moveCursorRight.
  • Included clear, clearLine, hideCursor, and showCursor methods for terminal management.
  • Developed input method with customizable input checks.
  • Introduced Ansi class with construct method for generating ANSI escape codes.

1.0.2 #

  • Added rows and columns

1.0.3 #

  • Changed name of rows and columns to width and height
  • Updated the endOfFile
  • Added new property newLineItem

1.0.4 #

  • Bug fix height and width had each others values

1.0.5 #

  • Fixing issue with a new line when initialising Terminal
  • Added the ability to put in a custom IOSink (default is stdout) for the output, however width and height are still tied to stdout

1.0.6 #

  • Bug fix with an extra new line when no lines have been outputted with the endOfFile method

1.0.7 #

  • Bug fix with stdout pipelines being unable to read number of lines or columns, now if not there, set to zero

1.0.8 #

  • Changing an issue with ANSIs Colour, to set it to defaultForeground over setDefault which was incorrect
0
likes
130
points
69
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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, and moving the cursor to an arbitrary position on the screen.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on rich_stdout