advanced_dropdown 1.0.8
advanced_dropdown: ^1.0.8 copied to clipboard
A customizable Flutter dropdown with search, single-select, and multi-select support.
1.0.1 #
π 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
1.0.2 #
π New in this release
- Checkbox not selecting
- Selected values showing below the dropdown instead of inside it
- Dropdown does not close when clicking outside
1.0.3 #
π What new!
- Add description
1.0.4 #
π What new!!
- Fixed Overlay Redrawing
- State Handling
- Dropdown Handling
1.0.5 #
π What new!!
- Dropdown popup overlaps the dropdown button
- Checkbox does not reflect selection on first tap
- Add "OK" button for multi-select dropdown
1.0.6 #
π What new!!
- Added documentation
1.0.7 #
π What new!!
- Add custom icon
1.0.8 #
π What new!!
- Update documentation
1.0.9 #
π Upcoming improvements
- β Add generic type support (
CustomDropdown<T>
) - β Improve dropdown positioning (auto adjust above if bottom overflow)
- β Add keyboard navigation and better focus handling
- β Add animation on open/close
- β Add dark mode adaptation