cli_menu 0.3.0-nullsafety.0 cli_menu: ^0.3.0-nullsafety.0 copied to clipboard
A simple menu (picker) that works on the command line. Works on Linux, Mac and Windows. Supports choosing by arrows on ANSI terminals.
0.3.0-nullsafety.0 #
- Migrated to null safe Dart
0.2.3 #
- Fix some linter warnings, upgrade dependencies
0.2.1 #
- Upgrade to Dart 2
0.2.0 #
- Added option to select choices with modifier keys (instead of
the usual
enter
orspace
keys).
0.1.0 #
- First public version, with improved API.
0.0.1 #
- Initial version.