easy_tui 2.0.5
easy_tui: ^2.0.5 copied to clipboard
Very simple tool to generate menus for gathering user input.
2.X.Y #
2.0.5 #
- Remove extraneous dashed lines from
TerminalDialogue.PROMPTas introduced by2.0.4
2.0.4 #
- Make several things easier to read in the menus
2.0.3 #
- Fix number-bullets showing when they shouldn't
- Change order of yes/no error message
2.0.2 #
- Fix issue with not quitting
TextFormUIs
2.0.1 #
- Improve documentation
2.0.0 #
- Change
reviseAnswers()method signature to returnMap<String, String>instead of twoList<String>.- This change is in hope to solidify the relationship between the questions and the answers
1.X.Y #
1.0.4 #
- Fix errors in
example/main.dartcreated by the1.0.3update
1.0.3 #
- Update to follow "strict" mode
- Add more lint options
- Subsequently update all files to follow linting rules
1.0.2 #
- Add file to import every class in one go,
lib/tui.dart
1.0.1 #
- Ran
dartfmton all files as suggested bypub - I will be doing this whenever I pull into this branch, however the master & etc. branches will remain formatted my way
1.0.0 #
- Initial release
- See
example/folder, dartdocs, or README to get a basic understanding of the library's function.