commander_ui 2.2.0
commander_ui: ^2.2.0 copied to clipboard
Commander is a Dart library for creating user interfaces within the terminal.
2.2.0 #
- Add
selectdisplay handler - Fix bad FutureOr execution
2.1.0 #
- Add missing exports
- Change
askreturn type for an generic to allow nullable value
2.0.0 #
- Rework the whole library
- Change
inputtoaskcomponent - Change
delayedtotaskcomponent - Implement
swapcomponent - Implement logger methods
1.8.0 #
- Hide internal component methods
- Implement
onExitproperty on components
1.7.0CHANGELOG.md #
- Implement
alternative screencomponent - Add
Tablecomponent in public export
1.6.0 #
- Add
Tablecomponent
1.5.1 #
- Fix bad selected value when searching in
selectcomponent - Fix hidden cursor on exit in
inputcomponent
1.5.0 #
- Add
defaultValueproperty oninputcomponent
1.4.1 #
- Add
maxproperty oncheckboxcomponent - Fix displayed value on
checkboxwhen user submit component
1.4.0 #
- Add
hiddenproperty oninputcomponent - Implement
checkboxcomponent
1.3.0 #
- Add select max result into configurable option
- Add delayed component into readme
- Add progress component into readme
1.2.0 #
- Implement switch component
- Enhance methods documentation
1.1.0 #
- Implement password secure
- Restore cursor after component result
1.0.0 #
- Initial version.