search_field_dropdown 1.2.7 copy "search_field_dropdown: ^1.2.7" to clipboard
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 true assertion 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 .attached guards to all RenderBox operations in OverlayBuilder and SearchFieldDropdown.
  • 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 multiSelectCheckBuilder now 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 overlayHeight calculation 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 multiSelectDisplayBuilder and selectedItemsBuilder.
  • Refactored loose decoration parameters (textStyle, menuDecoration, fieldDecoration, etc.) into a unified SearchFieldDropdownDecoration configuration model.
  • Added focusedItemDecoration, unfocusedItemDecoration, and itemPadding for 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.

7
likes
150
points
76
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable dropdown widget for Flutter with advanced styling, search functionality, and dynamic data handling.

Homepage
Repository (GitHub)
View/report issues

Topics

#searchable-dropdown #flutter-custom-dropdown #search-field-dropdown #search-dropdown #drop-down

License

MIT (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on search_field_dropdown