Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
4.2.0
Added
autoFlipListDirection
option (#31)
Fixed
- Suggestions box behavior on web platforms (#32)
4.1.1
Fixed
- Issues with web platforms and arrow keys (#28)
4.1.0
Added
- Null safety to suggestions box controller (#9)
- Improved support for VoiceOver/TalkBack (#17)
- Key up and down features (#18)
hideKeyboardOnDrag
option (#22)
Changed
- Updated README with a pub.dev shield (#24)
4.0.0
Fixed
- Warnings related to Flutter 3.0 (#95)
3.2.7
Changed
- Reverted previous fix for Flutter 3.0 warnings (#95)
3.2.6
Fixed
- Issue of suggestions not hiding on close (#93)
- Warnings related to Flutter 3.0 (#95)
3.2.5
Fixed
- Deprecated
maxLengthEnforced
property (#83)
3.2.4
Fixed
- Resizing issue before opening the suggestion box (#60)
3.2.3
Added
- Option for minimum number of characters before
suggestionsCallback
is called (#49)
- Support for
textAlignVertical
(#44)
Changed
- Made
maxLines
nullable (#54)
- Made some variables public (#47)
Fixed
- Deprecated information in example (#47)
3.2.2
Added
- Support for Windows and MacOS by making
keyboard_visibility
optional (#33)