This repository was archived by the owner on Oct 3, 2024. It is now read-only.
Releases: eunicevassoa/flutter_easy_autocomplete
Releases · eunicevassoa/flutter_easy_autocomplete
v1.6.0
Added
- Added validator parameter. Now you can validate the autocomplete field inside a form
- Added progressIndicatorBuilder parameter. Now you can add a custom progress indicator to be used in async suggestions fetch
Fixed
- Fixed progress indicator appearing when regaining focus on element
v1.5.0
Added
- Added
onSubmittedparameter
Changed
- Formatted dart files
v1.4.2
Added
- Added
focusNodeparameter
Fixed
- Correcting bug in which keyboard wouldn't close when pressing enter on keyboard
v1.4.1
Fixed
- Correcting bug in which couldn't apply changes to TextField using setState
v1.4.0
Changed
- Improving default suggestions list background color to ajust to different background colors depending on light, dark theme and different scaffold colors
v1.3.1
Fixed
- Correcting default suggestions background color
v1.3.0
Added
- Added the suggestionBuilder parameter that can be used to customize suggestion items
v1.2.2
v1.2.1
Fixes
Fixing bug in which could not set text inside textfield from controller
v1.2.0
Added
- Possibility to edit textfield text style
- Function to fetch suggestions asynchronous