dart_console 1.0.0-nullsafety.0 copy "dart_console: ^1.0.0-nullsafety.0" to clipboard
dart_console: ^1.0.0-nullsafety.0 copied to clipboard

outdated

A helper library for command-line applications that need more control over input/output than the standard library provides.

1.0.0-nullsafety.0 #

  • Initial release version with support for sound null safety

0.6.2 #

  • Bumped minver of win32

0.6.1 #

  • Update to latest win32 package
  • Add scrollback ignore option (thanks @averynortonsmith)
  • Fix readme (thanks @md-weber)

0.6.0 #

  • Shift all FFI code to the new win32 package

0.5.0 #

  • Add writeErrorLine function which writes to stderr
  • BREAKING: Automatically print a new line to the console after every readLine input
  • BREAKING: readLine now returns a null string, rather than an empty string, when Ctrl+Break or Escape are pressed.
  • Add Game of Life example (thanks to @erf)

0.4.0 #

  • Update to new FFI API

0.3.0 #

  • Add support for Windows consoles that recognize ANSI escape sequences

0.2.0 #

  • Add readline function and escape character support

0.1.0 #

  • Initial version
120
likes
0
pub points
99%
popularity

Publisher

verified publisheronepub.dev

A helper library for command-line applications that need more control over input/output than the standard library provides.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi, win32

More

Packages that depend on dart_console