advanced_dropdown 1.0.2
advanced_dropdown: ^1.0.2 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.2 (Planned) #
π 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