- fix bug caused by last flutter SDK breaking changes #69
- Add a getter for the selected item
- Add a getter to check if the DropDownSearch is focused or not
- fix bug default selectedItem #56
- Invoke the dropdown programmatically
- change dropdownSearch selected value programmatically
- fix issue #25
- fix issue #36
- fix issue #51
- fix issue #55
- replace autoValidate by autoValidateMode
- pass searchWord to loadingBuilder/emptyBuilder/errorBuilder
- add searchBoxController to be used as default filter for example
- fix bug
- remove
dropDownSearchDecorationduplication - add
popupBarrierColorfeature
- add
popupItemDisabledfeature, to manage popupItems accessibility
- handle dark and light theme
- handle dropdownBuilder if item is Null
- add dropdown icon customization
- add clear button icon customization
- manage default border color
- fix issue: default selected item
- update description
- update description
- fix issue
- Integrate material design
- make DropdownSearch as item of a form
- manage validation form
- fix bug error widget
- add autoFocus searchBox feature
- fix bug: filter items
- fix menu mode background color
- fix bug: empty items online
- emptyBuilder
- loadingBuilder
- errorBuilder
- improve Menu mode
- improve bottomSheet mode
- minor improvement
- minor improvement
- Health suggestions
- Add showSelected option
- Improve performance
- Improve performance
- BugFix
- BugFix
- Update README.md
- Update README.md
- Add catch error
- Add Feature : Filter Function as parameter
- Add Feature : enable/disable
- Add Feature : add three mode : Menu, BottomSheet and Dialog
- Add Feature : manageable height
- Bug fix
- Bug fix
- Replace Stream by valueNotifier
- Replace Stream by valueNotifier
- possibility to load filter online once
- improve performance
- bloc bug fix
- bug fix publication
- First publication