neoansi 0.3.0 copy "neoansi: ^0.3.0" to clipboard
neoansi: ^0.3.0 copied to clipboard

discontinued

ANSI escape sequences and styling micro-library written in fluent/modern Dart.

CHANGELOG #

0.3.0 #

  • Added a dependency on package:neocolor.
  • Added setForegroundColor1 and setBackgroundColor1 (for 1-bit colors).
  • Added setForegroundColor24 and setBackgroundColor24 (for 24-bit colors).

Breaking Changes #

  • Removed setForegroundColor and setBackgroundColor.
  • Removed Ansi{1,8}BitColors (use Ansi{1,8}BitColor instead).

0.2.1 #

  • Added to AnsiSink:
    • hideCursor
    • showCursor
    • setDoubleUnderlined
    • clearBold
    • clearUnderlined
    • setForegroundColor24 and setBackgroundColor24 (for 24-bit RGB color).
  • Renamed Ansi1BitColors to Ansi1BitColor (Ansi1BitColors is deprecated).
  • Renamed Ansi8BitColors to Ansi8BitColor (Ansi8BitColors is deprecated).

0.2.0 #

  • Fixed the generation of members on Ansi8BitColors.

0.1.0 #

  • Initial release.
1
likes
0
pub points
43%
popularity

Publisher

verified publisherneodart.dev

ANSI escape sequences and styling micro-library written in fluent/modern Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, neocolor

More

Packages that depend on neoansi