advanced_dropdown
A customizable Flutter dropdown with search, single-select, and multi-select support.
What this package is like to depend on
Last release 14 days ago
10 Aug 2026
Release timing varies
gaps range from 1 weeks to 6 months
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
10 months old
18 releases · first in 2025
18 releases in the last 12 months
see the full history below
Release timeline
18 releases · Oct 2025 to Aug 2026
2026
Releases
latest 18-
2.1.310 Aug 2026 -
2.1.209 Aug 2026 -
2.1.125 Jan 2026 -
2.0.703 Dec 2025 -
2.0.602 Dec 2025 -
2.0.518 Oct 2025 -
2.0.411 Oct 2025 -
2.0.310 Oct 2025 -
2.0.210 Oct 2025 -
2.0.110 Oct 2025 -
1.0.809 Oct 2025 -
1.0.709 Oct 2025 -
1.0.608 Oct 2025 -
1.0.508 Oct 2025Release notes
Open source →- Dropdown popup overlaps the dropdown button
- Checkbox does not reflect selection on first tap
- Add "OK" button for multi-select dropdown
-
1.0.408 Oct 2025 -
1.0.308 Oct 2025 -
1.0.208 Oct 2025Release notes
Open source →- Checkbox not selecting
- Selected values showing below the dropdown instead of inside it
- Dropdown does not close when clicking outside
-
1.0.108 Oct 2025Release notes
Open source →🎉 Initial release of
custom_dropdown- Added Single Select dropdown (default behavior)
- Added Multi Select support (via
isMultiSelect: true) - Added Search feature (via
isSearch: true) - Added Custom Decoration for both button and dropdown
- Added Custom InputDecoration for search field
- Dropdown opens below the button automatically
- Lightweight and easy to integrate
- Added full documentation, example app, and MIT license