Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

4.4.0

02 Dec 22:52
96e2d02
Compare
Choose a tag to compare

Added

  • onTapOutside callback to typeahead (#486)
  • Placeholder style customization (#485)
  • autoFlipMinHeight option (#468)

4.3.8

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

Fixed

  • Incorrect vertical offset calculation of suggestion box for Flutter mobile web (#484)

4.3.7

02 Dec 22:52
Compare
Choose a tag to compare

Changed

  • Updated the changelog file

4.3.6

02 Dec 22:52
Compare
Choose a tag to compare

Fixed

  • Visibility of Cupertino decoration and formatted code

4.3.5

02 Dec 22:52
Compare
Choose a tag to compare

Fixed

  • Visibility of suggestions box classes

4.3.4

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

Changed

  • Improved the main example for better readability on pub.dev

4.3.3

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

Fixed

  • Applied PR to fix onSelected issue introduced in Flutter 3.7.0

4.3.2

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

Changed

  • Updated SDK level to 2.19.0 for Flutter 3.7.0

4.3.1

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

Fixed

  • Used maybeOf for scrollable to prevent exceptions in Flutter (#47)

4.3.0

02 Dec 22:52
529a1a9
Compare
Choose a tag to compare

Added

  • onReset callback to TypeAheadFormField (#36)
  • Feature to block up and down keys (#35)