Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
2.0.0
Changed
- Re-applied changes from 1.9.2
- Types for some calls
1.8.0
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
1.7.0
Added
enableInteractiveSelection
property
Changed
- Updated
keyboard_visibility
dependency
Fixed
- Scrolling bug
- Disposing overlay issue
1.6.1
Fixed
onChanged
now properly triggers for TypeAheadFormField
1.6.0
Added
CupertinoTypeAheadField
for Cupertino users
Changed
Fixed
1.5.0
Added
suggestionsBoxController
property and SuggestionsBoxController
class for manual control
textDirection
property to TextFieldConfiguration
Fixed
- Height issues of suggestions box in dialogs
1.4.1
Fixed
- Width parameters in
BoxConstraints
are now respected in SuggestionsBoxDecoration
1.4.0
Added
autoFlipDirection
property for automatic direction flipping of the suggestions list when space is limited
1.3.0
Changed
- Limited the number of
suggestionsCallbacks
until the current call is finished