File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
packages/dropdown_button2 Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ add this line to pubspec.yaml
168
168
169
169
``` yaml
170
170
dependencies :
171
- dropdown_button2 : ^3.0.0-beta.19
171
+ dropdown_button2 : ^3.0.0-beta.20
172
172
` ` `
173
173
174
174
import package
Original file line number Diff line number Diff line change
1
+ ## 3.0.0-beta.20
2
+
3
+ - Remove an assert from updateSelectedIndex method.
4
+ - Update examples.
5
+
1
6
## 3.0.0-beta.19
2
7
3
8
- Enhance the display of error/helper elements at DropdownButtonFormField2, closes #199 .
Original file line number Diff line number Diff line change 1
1
name : dropdown_button2
2
2
description : Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.
3
- version : 3.0.0-beta.19
3
+ version : 3.0.0-beta.20
4
4
repository : https://github.com/AhmedLSayed9/dropdown_button2
5
5
issue_tracker : https://github.com/AhmedLSayed9/dropdown_button2/issues
6
6
You can’t perform that action at this time.
0 commit comments