Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

1.9.1

02 Dec 22:52
Compare
Choose a tag to compare

Fixed

  • Changed default setting to disabled for autovalidateMode and fixed typo (#256)

1.9.0

02 Dec 22:52
505afef
Compare
Choose a tag to compare

Added

  • hideKeyboard property to handle edge cases where text field has focus (#238)
  • enabled and autovalidateMode properties (#248)
  • enableSuggestions to TextField Configuration (#249)

Changed

  • Updated flutter_keyboard_visibility to version 4.X (#255)

1.8.8

02 Dec 22:52
7fca7f1
Compare
Choose a tag to compare

Fixed

  • Fixed typos and updated validator tests and examples to remove deprecated constants

1.8.7

02 Dec 22:52
8126fed
Compare
Choose a tag to compare

Fixed

  • Fixed dispose() error in tests

1.8.6

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

Fixed

  • Fixed "flashing" bug

1.8.5

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

Changed

  • Updated flutter_Keyboard_visibility dependency to ^3.0.0

1.8.4

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

Added

  • suggestions box clip parameter

Fixed

  • Erratic suggestions callback behaviour
  • Exception with cut/paste

1.8.3

02 Dec 22:51
f20b20e
Compare
Choose a tag to compare

Fixed

  • Addressed keyboard visibility issues (contribution from @alphamikle)

1.8.2

02 Dec 22:51
a7c449b
Compare
Choose a tag to compare

Fixed

  • Various issues

1.8.1

02 Dec 22:51
8b5c059
Compare
Choose a tag to compare

Fixed

  • Various issues