df_dropdown 1.0.6
df_dropdown: ^1.0.6 copied to clipboard
This Flutter package providing versatile and customizable dropdown components with different selection modes and search functionality.
1.0.0 #
- Created first version
1.0.1 #
- Updated code documentation
- Removed unused code
- Added customizable arrow icon
1.0.2 #
- Updated documentation
1.0.3 #
- Added the "Overlay" selector appearance
- When the
dropdownType
is set toDropdownType.overlay
the options will be added on the top of the existing visible widgets
1.0.4 #
- Added a new dropdown variant
DfDropdownWrapper
- Added selected icons, and selected color parameters to the
SimpleSelectorDecoration
1.0.5 #
- Added more customization parameters
- Fixed form validations
1.0.6 #
- Fixed reported errors
- Added information if there are no available options for the Searchable dropdown
- Optimized overall package usage