Skip to content

Commit ded4182

Browse files
authored
Merge pull request #274 from AhmedLSayed9/release
Release
2 parents b88d659 + 625789b commit ded4182

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ add this line to pubspec.yaml
168168

169169
```yaml
170170
dependencies:
171-
dropdown_button2: ^3.0.0-beta.13
171+
dropdown_button2: ^3.0.0-beta.14
172172
```
173173
174174
import package

packages/dropdown_button2/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.0.0-beta.14
2+
3+
- Optimize scroll performance when dealing with large items list.
4+
- Update SDK constraints: ">=3.2.0 <4.0.0"
5+
16
## 3.0.0-beta.13
27

38
- **BREAKING**: Add `openDropdownListenable` property that can be used to programmatically open the dropdown menu.

packages/dropdown_button2/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dropdown_button2
22
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.13
3+
version: 3.0.0-beta.14
44
repository: https://github.com/AhmedLSayed9/dropdown_button2
55
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues
66

0 commit comments

Comments
 (0)