am_searchable_dropdown
A highly customizable searchable dropdown for Flutter, supporting single-select, multi-select with checkboxes, and radio-select. Supports local and server-side filtering.
What this package is like to depend on
Last release 4 months ago
01 Apr 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
4 releases · first in 2026
4 releases in the last 12 months
see the full history below
Release timeline
4 releases · Mar 2026 to Apr 2026Releases
latest 4-
1.0.301 Apr 2026Release notes
Open source →- Enabled / Disabled State: Added
isEnabledproperty to toggle user interaction with the dropdown. - Disabled UI Customization: Introduced
disabledHeaderDecorationto style the dropdown when it's deactivated. - Default Disabled Style: Added a sensible default light grey background for the disabled state.
- Visual Enhancements: Opacity for suffix icon automatically adjusts when dropdown is disabled.
- Enabled / Disabled State: Added
-
1.0.231 Mar 2026Release notes
Open source →- Form Validation Support: Wrapped dropdown headers in
FormFieldto supportvalidatorandautovalidateMode. - New Styling Properties: Added
headerDecoration,headerPadding,suffixIcon,errorTextStyle, anderrorBorder. - State Synchronization: Implemented post-frame callback to keep
FormFieldvalue in sync with selected items. - Visual Feedback: Added support for showing validation error text and applying error borders when validation fails.
- Documentation Upgrade: Comprehensive
README.mdupdate with advanced usage examples and feature breakdown.
- Form Validation Support: Wrapped dropdown headers in
-
1.0.111 Mar 2026Release notes
Open source →- Improved pub.dev score by adding comprehensive API documentation (dartdoc comments).
- Updated repository URLs to match the package name for better pub.dev verification.
-
1.0.011 Mar 2026Release notes
Open source →- Initial release.
- Project Rename: Fixed misspelling from
searable_dropdowntosearchable_dropdown. - Added
CustomSearchDropdownWidgetfor single selection. - Added
CustomMultiSearchDropdownWidgetfor multiple selection with checkboxes. - Added
CustomRadioSearchDropdownWidgetfor single selection with radio buttons (deprecated/removed in latest but noted in history). - Refactor & Safety:
- Removed
topContextparameter requirement. - Added
itemToStringparameter for custom search filtering. - Implemented safe internal
itemsListcopying. - Added
overlay.mountedchecks for safe disposal.
- Removed
- Implemented conditional local search (if
onSearchis null). - Generic Type Support
<T>for all widgets. - Added debounced search input (500ms).
- Repository:
https://github.com/Abdul520Mannan/searchable_dropdown.