advanced_dropdown 2.0.7
advanced_dropdown: ^2.0.7 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 #
- Checkbox not selecting
- Selected values showing below the dropdown instead of inside it
- Dropdown does not close when clicking outside
1.0.3 #
- Add description
1.0.4 #
- Fixed Overlay Redrawing
- State Handling
- Dropdown Handling
1.0.5 #
- Dropdown popup overlaps the dropdown button
- Checkbox does not reflect selection on first tap
- Add "OK" button for multi-select dropdown
1.0.6 #
- Added documentation
1.0.7 #
- Add custom icon
1.0.8 #
- Update documentation
2.0.1 #
- Max Selection Limit
- Customizable Chips
2.0.2 #
- Added documentation
2.0.3 #
- Make the dropdown content dynamic
2.0.4 #
- Major bug fixed
2.0.5 #
- Search field text not showing issue
- Add example code
2.0.6 #
- Custom padding
2.0.7 #
- Popup overlay issue
- Dynamic padding
- Dynamic background color