Skip to content

Commit

Permalink
Merge pull request #246 from AhmedLSayed9/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
AhmedLSayed9 authored Mar 9, 2024
2 parents 3c29b93 + cb2193b commit b28b830
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.11

- Introduce `valueListenable` and `multiValueListenable`, which replaces SetState with ValueListenable.
- Support implementing select all option (Check multi-select example), closes #121 and #167.

## 3.0.0-beta.10

- Add the possibility to display a dropdown menu centered through `DropdownDirection.center`.
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.10
version: 3.0.0-beta.11
repository: https://github.com/AhmedLSayed9/dropdown_button2
issue_tracker: https://github.com/AhmedLSayed9/dropdown_button2/issues

Expand Down
3 changes: 2 additions & 1 deletion packages/dropdown_button2_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ dependencies:
sdk: flutter
meta: ^1.9.1

dropdown_button2: ^3.0.0-beta.10
dropdown_button2:
path: ../dropdown_button2

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down

0 comments on commit b28b830

Please sign in to comment.