prompts 2.0.0
prompts: ^2.0.0 copied to clipboard
Rich, simple, synchronous command-line prompt library for Dart.
2.0.0 #
- Migrate to nullsafety and clean up linting problems.
See PR #7: https://github.com/thosakwe/prompts/pull/7
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