Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

3.2.1

02 Dec 22:52
Compare
Choose a tag to compare

Added

  • Scrollcontroller as an optional parameter (#27)

Fixed

  • Display issues with ErrorBuilder Widget (#35)
  • Strong mode and type issues (#39)

3.2.0

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • File structure reorganization (#26)

Fixed

  • Scrollbar ScrollController issue (#25)

3.1.3

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Allowed suggestionsCallback to return null (#8)

3.1.2

02 Dec 22:52
Compare
Choose a tag to compare

Fixed

  • Missing size guard in _adjustMaxHeightAndOrientation (#3)
  • Issue with suggestions callback being called immediately (#6)

3.1.1

02 Dec 22:52
2837dbb
Compare
Choose a tag to compare

Fixed

  • Styling of CHANGELOG.md (#97)

3.1.0

02 Dec 22:52
e342875
Compare
Choose a tag to compare

Added

  • autoFillHints for TextFieldConfiguration (#95)
  • Feature to check if the overlay is open (#94)
  • Check for platform and run the correct example demo (#91)

Fixed

  • Various bug fixes, including null safety (#92)
  • Cancel the debounce timer when widget is destroyed (#87)
  • possible race condition with await (#85)

3.0.0-nullsafety.0

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Null-safety pre-release (#90)

2.1.0-nullsafety.0

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Opt into null-safety

1.9.3

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Reverted back to settings of 1.9.1; changes in 1.9.2 will be part of 2.0.0

1.9.2

02 Dec 22:52
f7db99b
Compare
Choose a tag to compare

Fixed

  • Removed unneeded typecasts and added String types (#267)