searchable_dropdown_widget 0.3.0
searchable_dropdown_widget: ^0.3.0 copied to clipboard
A Flutter package that provides customizable searchable dropdown widgets with filtering capabilities. Perfect for selecting items from large lists with search functionality.
0.3.0 #
- Added
minHeightparameter to set minimum height for dropdown results panel (default: 50.0) - Added
maxHeightparameter to set maximum height for dropdown results panel (default: 250.0) - Implemented dynamic height calculation based on content size
- Height now adjusts automatically between min and max constraints based on item count
- Fixed height constraints to work properly with ConstrainedBox
- Both
SearchableDropdownandSearchableTextFormFieldnow support height customization - Improved dropdown panel sizing for better UX with varying content sizes
0.2.0 #
- Added
backgroundColorparameter to customize dropdown options panel background color - Added
bottomPaddingparameter for bottom padding of options widget - Added
endPaddingparameter for end (right) padding of options widget - Added
elevationparameter to control shadow/elevation effect (default: 1.0) - Added
borderRadiusparameter to customize rounded bottom corners (default: 0.0) - Improved visual appearance with elevation and rounded corners support
- Enhanced customization options for both
SearchableDropdownandSearchableTextFormField
0.1.0 #
- Initial release of searchable_dropdown package
- Added
SearchableDropdownwidget with search and filter functionality - Added
SearchableTextFormFieldwidget for form integration - Added
Searchableinterface for type-safe item implementation - Support for custom filtering and async search operations
- Form validation support
- Customizable appearance and behavior