dart_console2 2.0.0 copy "dart_console2: ^2.0.0" to clipboard
dart_console2: ^2.0.0 copied to clipboard

discontinuedreplaced by: dart_console
outdated

A helper library for command-line applications that need more control over input/output than the standard library provides. This is a placeholder until dart_console releases an upgraded version with ffi 2.x.

2.0.0 #

  • BREAKING: bump major version of ffi package to 2.0
  • upgraded to lints: 2.0.0, fixed a lint in termlib_unix

1.2.0 #

  • Update to latest ffi package

1.1.0-pre.0 #

  • Add tabular display and calendar support.

1.0.0 #

  • Support sound null safety and latest win32 and ffi dependencies.

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
4
likes
0
pub points
30%
popularity

Publisher

verified publisheronepub.dev

A helper library for command-line applications that need more control over input/output than the standard library provides. This is a placeholder until dart_console releases an upgraded version with ffi 2.x.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, intl, win32

More

Packages that depend on dart_console2