dependent_multiselect_search_dropdown 1.2.1
dependent_multiselect_search_dropdown: ^1.2.1 copied to clipboard
A customizable Flutter widget for cascading, multi-select, dependent and searchable dropdowns with dynamic updates.
Changelog #
1.2.1
1.2.1 - 2025-04-15 #
- ✨ Added
- Support for "Other" option: Users can now add custom entries not present in the dropdown.
- Added a video URL to help users understand the package easily.
1.2.0 - 2025-04-15 #
- ✨ Added
- Support for "Other" option: Users can now add custom entries not present in the dropdown.
1.1.4 Recent Updates #
- Add Publisher
- Fixed minor bugs.
1.1.3 Recent Updates #
- Improved document.
- Fixed minor bugs.
1.1.2 Recent Updates #
- Fixed bugs related to dropdown filtering.
1.1.1 Recent Updates #
- Fixed bugs related to dropdown filtering.
- Improved validation for empty selections.
- Minor UI tweaks to improve user experience.
1.1.0 Feature Update #
- Added support for dynamic data loading in cascading dropdowns.
- Enhanced error handling for invalid selections.
1.0.0 Initial release #
- Added
DropdownController
for state management. - Added
DropdownItem
model. - Implemented
CascadingDropdown
widget. - Support for single & multi-select.
- Built-in validation and dynamic filtering.
0.0.1 Initial Setup #
- TODO: Describe initial release.