advance_dropdown_plus 1.0.2
advance_dropdown_plus: ^1.0.2 copied to clipboard
An advanced Flutter dropdown widget with multi-selection, search functionality, and customizable styling. Supports both single and multi-select modes with validation.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2024-07-25 #
Added #
- Initial release of advance_dropdown_plus
- Multi-selection dropdown widget with checkboxes
- Single-selection dropdown widget
- Built-in search functionality for filtering options
- Select all/deselect all functionality
- Customizable styling and theming options
- Form validation support
- Controller-based state management
- Comprehensive documentation and examples
- Support for custom icons and decorations
- Responsive design for different screen sizes
- Accessibility features
Features #
DropdownField.singleSelection()for single item selectionDropdownField.multiSelection()for multiple item selectionSingleValueDropDownControllerfor managing single selection stateMultiValueDropDownControllerfor managing multi-selection stateDropDownValueModelfor defining dropdown items- Extensive customization options for styling and behavior