drop_down_list
drop_down_list copied to clipboard
Highly versatile Widget to search through a single or multiple choices from bottom sheet list in a dialog box or a menu.
This pull request adds the `useRootNavigator` parameter to the DropDown widget. This is particularly useful in applications with nested navigators, where the desired behaviour is to have the modal bottom...
I am using the package with the enableMultipleSelection: true option, but I want to limit the selection to a maximum of 5 items from my list. How can I do...
Blocked by #21 -- review & merge it first Refactors item builder, so to use ListTile's onTap callback to select items. This improves User Experience, as the checkbox by itself...
Blocked by #21 -- review & merge it first. Add Select All/Deselect All button in multiple-selection mode. https://github.com/Mindinventory/drop_down_list/assets/14923964/759afedc-6c0e-4b90-9b6e-995d46ca23d5
how to get single selected item? because i cant do it on onSelected..
I have an error when closing the search engine by closing it with the gesture of sliding the finger down  DETAILS The overflowing RenderFlex has an orientation of Axis.vertical....