advance_dropdown_plus 1.0.2 copy "advance_dropdown_plus: ^1.0.2" to clipboard
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 selection
  • DropdownField.multiSelection() for multiple item selection
  • SingleValueDropDownController for managing single selection state
  • MultiValueDropDownController for managing multi-selection state
  • DropDownValueModel for defining dropdown items
  • Extensive customization options for styling and behavior
2
likes
135
points
65
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An advanced Flutter dropdown widget with multi-selection, search functionality, and customizable styling. Supports both single and multi-select modes with validation.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, equatable, flutter, get

More

Packages that depend on advance_dropdown_plus