Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
4.4.0
Added
onTapOutside
callback to typeahead (#486)
- Placeholder style customization (#485)
autoFlipMinHeight
option (#468)
4.3.8
Fixed
- Incorrect vertical offset calculation of suggestion box for Flutter mobile web (#484)
4.3.7
Changed
- Updated the changelog file
4.3.6
Fixed
- Visibility of Cupertino decoration and formatted code
4.3.5
Fixed
- Visibility of suggestions box classes
4.3.4
Changed
- Improved the main example for better readability on pub.dev
4.3.3
Fixed
- Applied PR to fix
onSelected
issue introduced in Flutter 3.7.0
4.3.2
Changed
- Updated SDK level to 2.19.0 for Flutter 3.7.0
4.3.1
Fixed
- Used
maybeOf
for scrollable to prevent exceptions in Flutter (#47)
4.3.0
Added
onReset
callback to TypeAheadFormField
(#36)
- Feature to block up and down keys (#35)