prompts 1.3.1
prompts: ^1.3.1 copied to clipboard
Rich, simple, synchronous command-line prompt library for Dart.
1.3.1 #
- Completely disable interactive selection on Windows.
1.3.0 #
- Make
chooseonly print options once, and instead addprompt. - Add
namestochoose. concealwastrueinchooseShorthand; revert tofalse.- Always use
AnsiCode.wrap, to prevent "hanging colors." - Always heed the
colorflag. - Use VT100 codes for clearing lines, etc. (smoother, no jank)
1.2.0 #
- Add password reading options.
- Pin against Dart 2.
1.1.0 #
- Add pretty colors to
get.
1.0.0 #
Initial version