Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

2.0.0

02 Dec 22:51
Compare
Choose a tag to compare

Changed

  • Re-applied changes from 1.9.2
  • Types for some calls

1.8.0

02 Dec 22:51
Compare
Choose a tag to compare

Added

  • onTap property to TextFieldConfiguration
  • offsetX property to SuggestionsBoxDecoration and CupertinoSuggestionsBoxDecoration
  • Support for iOS 13 dark mode

Changed

  • Switched from List to Iterable for flexibility

Fixed

  • Various issues

1.7.0

02 Dec 22:51
Compare
Choose a tag to compare

Added

  • enableInteractiveSelection property

Changed

  • Updated keyboard_visibility dependency

Fixed

  • Scrolling bug
  • Disposing overlay issue

1.6.1

02 Dec 22:51
Compare
Choose a tag to compare

Fixed

  • onChanged now properly triggers for TypeAheadFormField

1.6.0

02 Dec 22:51
34b965e
Compare
Choose a tag to compare

Added

  • CupertinoTypeAheadField for Cupertino users

Changed

  • Updated example project

Fixed

  • Various issues

1.5.0

02 Dec 22:51
Compare
Choose a tag to compare

Added

  • suggestionsBoxController property and SuggestionsBoxController class for manual control
  • textDirection property to TextFieldConfiguration

Fixed

  • Height issues of suggestions box in dialogs

1.4.1

02 Dec 22:51
Compare
Choose a tag to compare

Fixed

  • Width parameters in BoxConstraints are now respected in SuggestionsBoxDecoration

1.4.0

02 Dec 22:51
Compare
Choose a tag to compare

Added

  • autoFlipDirection property for automatic direction flipping of the suggestions list when space is limited

1.3.0

02 Dec 22:51
Compare
Choose a tag to compare

Changed

  • Limited the number of suggestionsCallbacks until the current call is finished

1.2.1

02 Dec 22:51
Compare
Choose a tag to compare

Changed

  • Optimizations

Fixed

  • Various issues