Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Releases: 4inka/flutter_easy_autocomplete

v1.6.0

27 Jul 06:35
Compare
Choose a tag to compare

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

13 Feb 11:55
Compare
Choose a tag to compare

Added

  • Added onSubmitted parameter

Changed

  • Formatted dart files

v1.4.2

14 Jan 07:52
4bd4f2f
Compare
Choose a tag to compare

Added

  • Added focusNode parameter

Fixed

  • Correcting bug in which keyboard wouldn't close when pressing enter on keyboard

v1.4.1

11 Jan 12:55
0a55c71
Compare
Choose a tag to compare

Fixed

  • Correcting bug in which couldn't apply changes to TextField using setState

v1.4.0

07 Jan 09:57
Compare
Choose a tag to compare

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

22 Dec 07:48
Compare
Choose a tag to compare

Fixed

  • Correcting default suggestions background color

v1.3.0

18 Dec 09:21
Compare
Choose a tag to compare

Added

  • Added the suggestionBuilder parameter that can be used to customize suggestion items

v1.2.2

14 Dec 13:46
9e69a90
Compare
Choose a tag to compare

Fixed

  • Issue with controller dispose
    #5

v1.2.1

09 Dec 16:47
818c698
Compare
Choose a tag to compare

Fixes

Fixing bug in which could not set text inside textfield from controller

v1.2.0

09 Dec 16:14
Compare
Choose a tag to compare

Added

  • Possibility to edit textfield text style
  • Function to fetch suggestions asynchronous