advanced_searchable_dropdown
A customizable Flutter dropdown widget with search functionality, allowing users to filter and quickly select items from long lists, enhancing user experience and usability.
What this package is like to depend on
Last release 9 months ago
26 Nov 2025
Ships fairly regularly
a new release about every 5 weeks
Nearly every release is documented
notes for 22 of 23 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
23 releases · first in 2025
2 releases in the last 12 months
see the full history below
Release timeline
23 releases · Apr 2025 to Nov 2025
2026
Releases
latest 23-
2.1.026 Nov 2025Release notes
Open source →- Implemented Lazy Loading for larger datasets.
- Bug fixes.
- Refactored the logic and made it more smooth.
-
2.0.011 Nov 2025 -
1.2.411 Aug 2025 -
1.2.307 Jul 2025 -
1.2.214 May 2025 -
1.2.113 May 2025 -
1.2.030 Apr 2025Release notes
Open source →- Focus on cancel button on tab key press.
- Lock TextField Cursor if it contains a selected Item.
- Open MenuList of space key press on keyboard.
- Disable Space at start of text.
-
1.1.129 Apr 2025 -
1.1.029 Apr 2025Nothing published for this version
-
1.0.929 Apr 2025 -
1.0.829 Apr 2025 -
1.0.729 Apr 2025 -
1.0.628 Apr 2025 -
1.0.528 Apr 2025 -
1.0.428 Apr 2025 -
1.0.328 Apr 2025 -
1.0.228 Apr 2025 -
1.0.128 Apr 2025 -
1.0.028 Apr 2025 -
0.0.428 Apr 2025Release notes
Open source →- Added
menuMaxHeightto set the maximum height of the dropdown menu. - Introduced
onTapCancelcallback to allow custom behavior when the dropdown is canceled or closed. - Added
hoverColorfor controlling the hover effect on dropdown items. - Introduced
selectedColorto customize the color of selected items. - Added
menuAlignmentto control the dropdown menu's alignment relative to the input field. - Improved widget documentation with detailed property descriptions.
- Added
-
0.0.327 Apr 2025Release notes
Open source →- Enhanced the
itemBuilderto support custom list item widgets. - Added
contentPaddingto customize the padding inside the dropdown menu. - Introduced
validatoranderrorStylefor better input validation support. - Made the
enabledproperty configurable to allow enabling or disabling the dropdown.
- Enhanced the
-
0.0.227 Apr 2025Release notes
Open source →- Added
labelproperty to display a custom label above the input field. - Introduced
textStyleto allow customization of the text inside the input field. - Fixed layout issues when the dropdown menu exceeds the screen height.
- Improved search functionality with the addition of the
onSearchcallback.
- Added
-
0.0.127 Apr 2025Release notes
Open source →- Initial release with basic dropdown functionality.
- Includes searchability, a customizable dropdown menu, and item selection.