df_dropdown 1.2.5
df_dropdown: ^1.2.5 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
1.0.7 #
- Added
closeDropdownOnSelection
parameter to theSearchableSingleSelectDropdownProvider
1.0.8 #
- Fixed issues with closing suggestions for the
DfSearchableDropdown
widget - Added the
closeDropdownOnOutsideTap
parameter, and default value is set totrue
1.0.9 #
- Fixed reported issues with the Searchable dropdown
1.1.0 #
- Fixed dropdown overflows
- Fixed initial data bug
- Fixed validation border color
1.1.1 #
- Added close on tap outside flag for the DfSearchableMultiSelectDropdown widget
1.1.2 #
- Added footer to the Searchable Dropdown
- Added prefix widget to the suggestions
1.1.3 #
- Added footer tap event, event will have the key value of the const [footerTapEvent]
1.1.4 #
- Fixed footer widget height
1.1.5 #
- Bug fixes
1.1.6 #
- Bug fixes
1.2.0 #
- Added async init data parameter, when data is loading the CircularProgressIndicator will be displayed if not provided in decoration
- This version may have issues
1.2.1 #
- Added async init data parameter, when data is loading the CircularProgressIndicator will be displayed if not provided in decoration
- This version may have issues
1.2.2 #
- Refactored base dropdown class, added a unified abstract class for all common parameters
- This version may have issues
1.2.3 #
- Fixed reported issues with searchable dropdown UI
- This version may have issues
1.2.4 #
- Fixed reported issues when scrolling parent content
1.2.5 #
- Added option to disable selecting a suggestion