easy_autocomplete 1.6.0 easy_autocomplete: ^1.6.0 copied to clipboard
A simple but flexible autocomplete TextFormField to help you display suggestions to your users while typing
1.6.0 - [23-06-2022] #
1.4.2 - [13-01-2022] #
1.4.1 - [11-01-2022] #
Fixed #
- Correcting bug in which couldn't apply changes to TextField using setState
1.4.0 - [07-01-2022] #
Changed #
- Improving default suggestions list background color to ajust to different background colors depending on light, dark theme and different scaffold colors
1.3.0 - [18-12-2021] #
Added #
- Added the
suggestionBuilder
parameter that can be used to customize suggestion items
1.2.1 - [09-12-2021] #
Fixed #
- Correcting bug in which could not set initial value through controller
1.2.0 - [09-12-2021] #
Added #
- Parameters to style suggestions textfield text
- Function to fetch suggestions asynchronously
1.1.0 - [08-12-2021] #
Added #
- Parameters to style cursor color and suggestions list
- Parameter to set custom keyboard type to the suggestions textfield
1.0.0 - [02-12-2021] #
- Initial release