searchfield 0.5.6
searchfield: ^0.5.6 copied to clipboard
A highly customizable simple and easy to use flutter Widget to add a searchfield to your Flutter Application.This Widget allows you to search and select from list of suggestions.
0.5.6 26 September 2021 #
- adds
suggestionActionto change focus on suggestion tap - suggestions now always show on
SuggestionState.enabled
0.5.5 03 September 2021 #
- adds
searchInputActionproperty to focus to next input
0.5.4 01 September 2021 #
- renamed property to
SuggestionTypetoSuggestionState
0.5.3 01 September 2021 #
- Adds
SuggestionTypeenum to show/hide suggestion on focus - Update example
0.5.2 17 April 2021 #
- Add overlay example
- Update readme
0.5.1 13 April 2021 #
- Updated docs
0.5.0 13 April 2021 #
- Adds support for overlays
- suggestions are lazily loaded on demand
- Adds animation to suggestions
0.3.1 10 Jan 2021 #
- Adds support for validator to add custom validations
0.3.0 24 Dec 2020 #
- Support for controller to interact with the SearchField
0.2.1 19 Dec 2020 #
- update Docs
0.2.0 18 Dec 2020 #
- support to change the height of each suggestionItem.
- Can now define max number of suggestions visible in the viewport.
- Customizable Search Input Decoration like the built in textfield.
- decorate the Suggestions List with color or gradient.
0.0.1 11 Dec 2020 #
- Initial Release.
- supports sound null safety
- docs: minor documentation fixes and improvements