advanced_searchable_dropdown 0.0.4
advanced_searchable_dropdown: ^0.0.4 copied to clipboard
A customizable Flutter dropdown widget with search functionality, allowing users to filter and quickly select items from long lists, enhancing user experience and usability.
Here’s a suggested changelog for your package:
Changelog #
0.0.4 - 2025-04-28 #
- 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.
0.0.3 - 2025-04-10 #
- 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.
0.0.2 - 2025-03-15 #
- 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.
0.0.1 - 2025-03-01 #
- Initial release with basic dropdown functionality.
- Includes searchability, a customizable dropdown menu, and item selection.