Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
3.2.1
Added
Scrollcontroller
as an optional parameter (#27)
Fixed
- Display issues with
ErrorBuilder
Widget (#35)
- Strong mode and type issues (#39)
3.2.0
Changed
- File structure reorganization (#26)
Fixed
- Scrollbar
ScrollController
issue (#25)
3.1.3
Changed
- Allowed
suggestionsCallback
to return null (#8)
3.1.2
Fixed
- Missing size guard in
_adjustMaxHeightAndOrientation
(#3)
- Issue with suggestions callback being called immediately (#6)
3.1.1
Fixed
- Styling of CHANGELOG.md (#97)
3.1.0
Added
autoFillHints
for TextFieldConfiguration
(#95)
- Feature to check if the overlay is open (#94)
- Check for platform and run the correct example demo (#91)
Fixed
- Various bug fixes, including null safety (#92)
- Cancel the debounce timer when widget is destroyed (#87)
- possible race condition with await (#85)
3.0.0-nullsafety.0
Changed
- Null-safety pre-release (#90)
1.9.3
Changed
- Reverted back to settings of 1.9.1; changes in 1.9.2 will be part of 2.0.0
1.9.2
Fixed
- Removed unneeded typecasts and added String types (#267)