You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flutter released an updated version of DropdownButton, called DropdownMenu. Its API is slightly different, but it simplifies the logic and fixes some styling issues like multiline dropdown items. There's a basic migration guide on the DropdownButton docs.
It would be great to update the ReactiveDropdownField to use the new widget under the hood, or at least allow for the option to use it.
The text was updated successfully, but these errors were encountered:
cappyccino
changed the title
Update ReactiveDropdownField to use newer DropdownMenu instead of DropdownButton
Update ReactiveDropdownField to use newer DropdownMenu
Aug 26, 2024
@vasilich6107 Couldn't this just be part of another version which requires an upgrade from other users? Breaking changes between library versions aren't uncommon
Environment
Package version: 17.0.1 / latest
Description
What you'd like to happen:
Flutter released an updated version of DropdownButton, called DropdownMenu. Its API is slightly different, but it simplifies the logic and fixes some styling issues like multiline dropdown items. There's a basic migration guide on the DropdownButton docs.
It would be great to update the
ReactiveDropdownField
to use the new widget under the hood, or at least allow for the option to use it.The text was updated successfully, but these errors were encountered: