drop_down_list
A customizable dropdown widget supporting single/multiple selection, integrated search in a bottom sheet, generic support for flexible, type-safe handling of custom data.
2.1.1
2.8K downloads/mo
#4785 most downloaded on pub.dev
Mindinventory/drop_down_list
What this package is like to depend on
Last release 8 months ago
09 Dec 2025
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
12 releases · first in 2021
2 releases in the last 12 months
see the full history below
Release timeline
12 releases · Dec 2021 to Dec 2025
2022
2023
2024
2025
2026
Releases
latest 12-
2.1.109 Dec 2025Release notes
Open source →- Fixed issues.
- #41 - Issue with restyling
submitButtonChild and clearButtonChild. Added
submitButtonStyle,clearButtonStyleand removedsubmitButtonChild,clearButtonChild
- #41 - Issue with restyling
submitButtonChild and clearButtonChild. Added
- Updated the library details.
- Fixed issues.
-
2.1.027 Oct 2025Release notes
Open source →- Fixed issues.
- #39 -
showModalcurrently returnsvoid. Instead, it should return aFutureindicating when the dropdown has been closed - either due to selection, external tap, or any other method.. - #40 - When the keyboard is shown, the bottom part of the list will be behind the keyboard. However, dropDownPadding cannot be adjusted after the modal has been shown.
- #39 -
- Updated the library details.
- Fixed issues.
-
2.0.006 Jan 2025Release notes
Open source →- BREAKING CHANGE: Changed
SelectedListItemclass from a non-generic to a generic class: TheSelectedListItemnow accepts a type parameterTto represent the data it holds. - Due to this change, relevant callbacks and properties where
SelectedListItemis used also need to be updated or refactored to accommodate the generic type. - Added
SearchDelegateto enable flexible search functionality based on a user-provided query. - Revised the example code to reflect the change of
SelectedListItemfrom a non-generic to a generic class. - Fixed the issue.
- #31 - Error the argument type
List<Object>can't be assigned to the parameter typeList<SelectedListItem>.
- #31 - Error the argument type
- Updated the library details.
- BREAKING CHANGE: Changed
-
1.0.023 Dec 2024Release notes
Open source →- Added
initial,minimumandmaximumfractional values of theDraggableScrollableSheet. - Added customizable trailing widgets for selected and deselected list items in multiple selection mode.
- Added
separatorwidget for list views to enhance item separation. - Added customization options for
padding,colors, andbutton textsin the dropdown list views. - Merged the PR.
- #33 - Necessary improvements to check icons, Thanks to raulgarciaalcaraz-zero.
- Fixed the issue.
- #28 - Error overflowing RenderFlex has an orientation of Axis vertical.
- Refactored and improved the code.
- Updated the library details.
- Added
-
0.0.823 Sep 2024Release notes
Open source →- BREAKING CHANGE: The library now requires Dart version
3.2.0or higher, and Flutter version3.16.0or higher. - Merged the PRs.
- #22 - ListTile's onTap to select, Thanks to MrLightful.
- #23 - Select All button, Thanks to MrLightful.
- #26 - Allow passing fill and cursor color to dropdown, Thanks to joshuachinemezu.
- Refactored the code of the above PRs.
- Updated the library details.
- BREAKING CHANGE: The library now requires Dart version
-
0.0.709 Jul 2024Release notes
Open source →- Fixed the issue.
- #19 - How to limit the number of items selected with multiple selection.
- Merged the PR.
- #21 - Bring project up to date, Thanks to MrLightful.
- Refactored the code.
- Updated the library details.
- Fixed the issue.
-
0.0.607 Dec 2023 -
0.0.521 Apr 2023 -
0.0.407 Sep 2022Release notes
Open source →- Fixed the issue.
- #5 - Support for search bar visibility.
- Updated the library details.
- Fixed the issue.
-
0.0.309 Aug 2022Release notes
Open source →- Added the support for widget customizations.
- Fixed the issue.
- #2 - Change background color.
- Updated the library details.
-
0.0.220 Dec 2021 -
0.0.120 Dec 2021