dart_console 0.5.0 copy "dart_console: ^0.5.0" to clipboard
dart_console: ^0.5.0 copied to clipboard

outdated

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

0.5.0-dev.2 #

  • 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
119
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

More

Packages that depend on dart_console