Skip to content

Commit 9ea5902

Browse files
authored
Merge pull request #316 from AhmedLSayed9/release-v3.0.0-beta.17
Release v3.0.0 beta.17
2 parents 8dabea8 + 7c2ecd5 commit 9ea5902

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.16
171+
dropdown_button2: ^3.0.0-beta.17
172172
```
173173
174174
import package

packages/dropdown_button2/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## UNRELEASED
1+
## 3.0.0-beta.17
22

33
- Enhance scroll position when using searchable dropdown, closes #285.
44
- Temporarily fix ink splash gets displayed over search widget, closes #290.
5+
- Add copyWith method for style data classes, closes #314.
56

67
## 3.0.0-beta.16
78

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

0 commit comments

Comments
 (0)