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