File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## 2023-09-04
7
+
8
+ ### Changes
9
+
10
+ ---
11
+
12
+ Packages with breaking changes:
13
+
14
+ - There are no breaking changes in this release.
15
+
16
+ Packages with other changes:
17
+
18
+ - [ ` dropdown_button2 ` - ` v3.0.0-beta.1 ` ] ( #dropdown_button2---v300-beta1 )
19
+
20
+ ---
21
+
22
+ #### ` dropdown_button2 ` - ` v3.0.0-beta.1 `
23
+
24
+ - n
25
+
26
+
6
27
## 2023-09-04
7
28
8
29
### Changes
Original file line number Diff line number Diff line change
1
+ ## 3.0.0-beta.1
2
+
3
+ - n
4
+
5
+ ## 3.0.0-beta.1
6
+
7
+ - Fix formatting.
8
+
1
9
## 3.0.0-beta.0
2
10
3
11
- ** BREAKING** : Replaces DropdownMenuItem with DropdownItem to provide extra functionality.
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.0
3
+ version : 3.0.0-beta.1
4
4
repository : https://github.com/AhmedLSayed9/dropdown_button2
5
5
issue_tracker : https://github.com/AhmedLSayed9/dropdown_button2/issues
6
6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
10
10
sdk : flutter
11
11
meta : ^1.9.1
12
12
13
- dropdown_button2 : ^3.0.0-beta.0
13
+ dropdown_button2 : ^3.0.0-beta.1
14
14
15
15
dev_dependencies :
16
16
flutter_lints : ^2.0.1
You can’t perform that action at this time.
0 commit comments