Skip to content

Commit

Permalink
Merge pull request #331 from AhmedLSayed9/release-v3.0.0-beta.20
Browse files Browse the repository at this point in the history
Release v3.0.0 beta.20
  • Loading branch information
AhmedLSayed9 authored Nov 29, 2024
2 parents cb744ca + 6529349 commit 73f173b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ add this line to pubspec.yaml

```yaml
dependencies:
dropdown_button2: ^3.0.0-beta.19
dropdown_button2: ^3.0.0-beta.20
```
import package
Expand Down
5 changes: 5 additions & 0 deletions packages/dropdown_button2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0-beta.20

- Remove an assert from updateSelectedIndex method.
- Update examples.

## 3.0.0-beta.19

- Enhance the display of error/helper elements at DropdownButtonFormField2, closes #199.
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown_button2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dropdown_button2
description: Flutter's core Dropdown Button widget with steady dropdown menu and many options you can customize to your needs.
version: 3.0.0-beta.19
version: 3.0.0-beta.20
repository: https://github.com/AhmedLSayed9/dropdown_button2
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues

Expand Down

0 comments on commit 73f173b

Please sign in to comment.