search_field_dropdown 1.2.1
search_field_dropdown: ^1.2.1 copied to clipboard
A customizable dropdown widget for Flutter with advanced styling, search functionality, and dynamic data handling.
1.2.1 #
bug fixed
1.2.0 #
- Added comprehensive Multi-Select dropdown support (
isMultiSelect). - Introduced native inner checkbox rendering alongside
multiSelectCheckBuilder. - Supported custom external chip rendering via
multiSelectDisplayBuilderandselectedItemsBuilder. - Refactored loose decoration parameters (
textStyle,menuDecoration,fieldDecoration, etc.) into a unifiedSearchFieldDropdownDecorationconfiguration model. - Added
focusedItemDecoration,unfocusedItemDecoration, anditemPaddingfor full-width row selections natively extending beneath checkboxes.
1.1.1 #
bug fixed
1.1.0 #
bug fixed
1.0.5 #
mobile version drop-down issue fixed and other bug fixed
1.0.4+1 #
empty list enter press issue fixed and onChange focus issue fixed
1.0.4 #
ui component added or shortcut issue fixed
1.0.3 #
Shortcut added for item selection on Mac, Windows, and web; mouse hover feature implemented.
1.0.2 #
focusNode issue fixed
1.0.1 #
bug fixed
1.0.0 #
This drop-down allows users to search for any item from the API or local list data.