Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

4.2.0

02 Dec 22:52
5f83f53
Compare
Choose a tag to compare

Added

  • autoFlipListDirection option (#31)

Fixed

  • Suggestions box behavior on web platforms (#32)

4.1.1

02 Dec 22:52
6fef2a7
Compare
Choose a tag to compare

Fixed

  • Issues with web platforms and arrow keys (#28)

4.1.0

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

Added

  • Null safety to suggestions box controller (#9)
  • Improved support for VoiceOver/TalkBack (#17)
  • Key up and down features (#18)
  • hideKeyboardOnDrag option (#22)

Changed

  • Updated README with a pub.dev shield (#24)

4.0.0

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

Fixed

  • Warnings related to Flutter 3.0 (#95)

3.2.7

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

Changed

  • Reverted previous fix for Flutter 3.0 warnings (#95)

3.2.6

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

Fixed

  • Issue of suggestions not hiding on close (#93)
  • Warnings related to Flutter 3.0 (#95)

3.2.5

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

Fixed

  • Deprecated maxLengthEnforced property (#83)

3.2.4

02 Dec 22:52
Compare
Choose a tag to compare

Fixed

  • Resizing issue before opening the suggestion box (#60)

3.2.3

02 Dec 22:52
Compare
Choose a tag to compare

Added

  • Option for minimum number of characters before suggestionsCallback is called (#49)
  • Support for textAlignVertical (#44)

Changed

  • Made maxLines nullable (#54)
  • Made some variables public (#47)

Fixed

  • Deprecated information in example (#47)

3.2.2

02 Dec 22:52
83f3e03
Compare
Choose a tag to compare

Added

  • Support for Windows and MacOS by making keyboard_visibility optional (#33)