simple_search_dropdown 2.2.0
simple_search_dropdown: ^2.2.0 copied to clipboard
A dropdown that offers a search bar, multiple and single selections.
2.2.0 2023-10-06. #
- Fixed a issue where the dropdown didn't follow the textfield when the keyboard is open. 5
- Mini visual improvements.
2.0.0 2023-10-04. #
- Added
confirmDeleteproperty to single and multiple search widgets. It allows the user to confirm the action before deleting the row. - Added
deleteDialogSettingsproperty to allow customizing the delete confirmation dialog. - Remake of the overlay handling system to improve the code.
- (breaking) Renamed
clearSelectiontoresetSelection. - Fixed typo in single search
listItemsproperty.
1.8.2 2023-09-16. #
- Added
miniBoxIconColorproperty to multiple search widget. It allows the user to set inside mini boxes icons color. - Added
paddingproperty to single and multiple search widgets. It allows the user to set inside drop items padding. - Added
separatorHeightproperty to single and multiple search widgets. It allows the user to set a size between to items inside the drop.
1.8.1 2023-08-27. #
- Added
outsideIconColorproperty to single and multiple search widgets. It allows the user to set a color to the dropdown arrow. - Added
outsideIconSizeproperty to single search widget. It allows the user to set a size to the dropdown arrow.
1.8.0 2023-08-27. #
- Added
selectedItemproperty to single search widget. It allows the user to set an initial value to the dropdown.
1.7.0 2023-08-27. #
- Added
clearSelection()function on multiple and single search widgets. It allows the user to reset the dropdown to the initial state. - Improved sample.
- Improved readme.
1.6.0 2023-08-27. #
- Made
onAddItemparameter arequiredone. - Mini fix on searchbar Height
1.5.0 2023-08-03. #
- Convert
List<String>toList<ValueItem>, allowing the users to have anything as an object on the dropdown.
1.0.5 2023-08-02. #
- Fix clearing single search via outside button
- Visual fixes
1.0.1 2023-07-27. #
- Fix multiple elevation
- Option Action Icon
1.0.0 2023-07-26. #
- First release.