advanced_searchable_dropdown 1.2.2
advanced_searchable_dropdown: ^1.2.2 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 #
[1.2.2] - 2025-05-14 #
- show or hide cancel button flag added.
[1.2.1] - 2025-05-13 #
- Scrolling made smoother.
- Donot open menu on focus.
[1.2.0] - 2025-04-30 #
- 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.1] - 2025-04-29 #
- onTap Outside.
[1.1.1] - 2025-04-29 #
- Text Controller bug fix.
[1.0.9] - 2025-04-29 #
- Text Controller added.
[1.0.8] - 2025-04-29 #
- Keep focus on textfield on item selection.
[1.0.7] - 2025-04-28 #
- open menu on space key press.
[1.0.6] - 2025-04-28 #
- auto focus added.
- Focus on field optimized.
[1.0.5] - 2025-04-28 #
- auto relocate menu.
[1.0.4] - 2025-04-28 #
- minor fixes.
[1.0.3] - 2025-04-28 #
- suffix copied in input decoration.
[1.0.2] - 2025-04-28 #
- scroll on keypress.
- adjust menu height dynamically.
[1.0.1] - 2025-04-28 #
- screenshot added.
[1.0.0] - 2025-04-28 #
onTapCancel
bug fix.
[0.0.5] - 2025-04-28 #
menuTextStyle
bug fix.
[0.0.4] - 2025-04-28 #
- Added
menuMaxHeight
to set the maximum height of the dropdown menu. - Introduced
onTapCancel
callback to allow custom behavior when the dropdown is canceled or closed. - Added
hoverColor
for controlling the hover effect on dropdown items. - Introduced
selectedColor
to customize the color of selected items. - Added
menuAlignment
to 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
itemBuilder
to support custom list item widgets. - Added
contentPadding
to customize the padding inside the dropdown menu. - Introduced
validator
anderrorStyle
for better input validation support. - Made the
enabled
property configurable to allow enabling or disabling the dropdown.
[0.0.2] - 2025-03-15 #
- Added
label
property to display a custom label above the input field. - Introduced
textStyle
to 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
onSearch
callback.
[0.0.1] - 2025-03-01 #
- Initial release with basic dropdown functionality.
- Includes searchability, a customizable dropdown menu, and item selection.