advanced_dropdown 2.0.4
advanced_dropdown: ^2.0.4 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
2.0.1 #
π What new!!
- Max Selection Limit
- Customizable Chips
2.0.2 #
π What new!!
- Added documentation
2.0.3 #
π What new!!
- Make the dropdown content dynamic
2.0.4 #
π What new!!
- Major bug fixed