search_field_dropdown 1.2.7
search_field_dropdown: ^1.2.7 copied to clipboard
A customizable dropdown widget for Flutter with advanced styling, search functionality, and dynamic data handling.
1.2.7 #
- Wrong item selection issue fixed
- Keyboard done action issue fixed
- Example app UI improved
- README.md optimized
1.2.6 #
- error widget overflow issue fixed
1.2.5 #
- Fixed
'attached': is not trueassertion crash when the dropdown's parent widget (e.g., a DataTable row) is removed while the overlay is still active or performing measurements. - Added comprehensive
.attachedguards to allRenderBoxoperations inOverlayBuilderandSearchFieldDropdown. - Added regression tests to ensure stability during dynamic list/table row removals.
1.2.4 #
- Fixed missing multi-select overlay wiring so checkbox icons and
multiSelectCheckBuildernow render correctly in both local and API-backed dropdowns. - Fixed selected field text syncing so single-select and multi-select values stay aligned with live internal state instead of falling back to stale initial values.
- Clarified contributor-facing docs and inline comments around
ListItemBuilder,multiSelectCheckBuilder, and decoration-driven multi-select configuration.
1.2.3 #
- Fixed overlay width so an open dropdown now follows text field width changes during screen or layout resize.
- Fixed dropdown overlay dismissal on parent scroll to avoid detached floating menus in scrollable screens.
- Fixed
overlayHeightcalculation so user-provided height values are respected while still shrinking to fit when item data is short.
1.2.2 #
bug fixed
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.