File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.8.0
2+
3+ - Hide internal component methods
4+ - Implement ` onExit ` property on components
5+
16## 1.7.0
27
38- Implement ` alternative screen ` component
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ user input.
1010To use Commander in your Dart project, add this to your ` pubspec.yaml ` file :
1111``` yaml
1212dependencies :
13- commander_ui : ^1.5 .0
13+ commander_ui : ^1.8 .0
1414` ` `
1515
1616Then run ` pub get` to install the dependencies.
Original file line number Diff line number Diff line change 11name : commander_ui
22description : Commander is a Dart library for creating user interfaces within the terminal.
3- version : 1.7 .0
3+ version : 1.8 .0
44repository : https://github.com/LeadcodeDev/commander
55
66topics :
You can’t perform that action at this time.
0 commit comments