- improve performance
- add "popupCustomMultiSelectionWidget" option
- fix bug 284
- breaking changes
- add "isSelected" option to FavoriteItemsBuilder
- change onChange to onChanged in multiSelection mode
- fix some bugs
- new feature : change searchBox query programmatically using EditTextController
- fix some bugs
-
new feature : multiSelection mode
-
breaking changes : - searchBoxDecoration removed: replaced by searchFieldProps _ autoFocusSearchBox removed : replaced by searchFieldProps _ searchBoxStyle removed : replaced by searchFieldProps _ searchBoxController removed : replaced by searchFieldProps
- showSelectedItem replaced by showSelectedItems
- fix analyser issues
- prop that passes all props to search field
- fix issues 169
- fix issues 163
- new Feature "dropdown BaseStyle" 178
- new Feature "popup scrollView"
- Ignore pointers in itemBuilder & cursor in web
- Added property to customize DropdownButton Splash Radius
- added property to set up the splash radius for clear button and for dropdown button in dropdown_search
- @thanks Vasiliy
- added property to set up the popup safe area
- fixed
null safety
issues
- fixed
null safety
issues after initial migration - migrated example to
null safety
- allowed
http
traffic for Android to make async requests work
- fix bug filterOnline #116
- Add onBeforeChange CallBack @thanks Vasiliy
- Add onPopupDismiss CallBack @thanks Vasiliy
- search delay feature @thanks Vasiliy
- BottomSheet scrolling behavior improvement @thanks Vasiliy
- fix bug update selectedItem
- added an ability to override the clear and dropdown icon buttons with builder
suffixIcons
adds an ability to switch icon management through thesuffixIcon
ofInputDecoration
- 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
dropDownSearchDecoration
duplication - add
popupBarrierColor
feature
- add
popupItemDisabled
feature, 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