Skip to content

Commit 097aaf2

Browse files
authored
Merge pull request #413 from AhmedLSayed9/release-v3.0.0-beta.25
Release v3.0.0-beta.25
2 parents 4a0a2f6 + cb7df8a commit 097aaf2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

170170
```yaml
171171
dependencies:
172-
dropdown_button2: ^3.0.0-beta.24
172+
dropdown_button2: ^3.0.0-beta.25
173173
```
174174
175175
import package

packages/dropdown_button2/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## UNRELEASED
1+
## 3.0.0-beta.25
22

33
- Remove temporary fix for list not respecting itemCount when calling itemExtentBuilder.
44
- Fix selected index not updating when items list changes, closes #392.

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.24
3+
version: 3.0.0-beta.25
44
repository: https://github.com/AhmedLSayed9/dropdown_button2
55
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues
66

0 commit comments

Comments
 (0)