Releases: AbdulRahmanAlHamali/flutter_typeahead
Releases · AbdulRahmanAlHamali/flutter_typeahead
0.5.2
Added
Changed
- CHANGLELOG.md is now reverse sorted
0.5.0
Added
hasScrollbar
property for optional scrollbar display
Fixed
- Suggestion box no longer hides behind the keyboard
- Animations controller is now properly disposed
0.4.1
Added
- Property
getImmediateSuggestions
to the form field implementation
0.4.0
Added
getImmediateSuggestions
property for fetching suggestions before user input
Changed
- Added assertion to disallow simultaneous definition of
initialValue
and textFieldConfiguration.controller
0.3.0
Added
- Constraints property to the
SuggestionsBoxDecorations
allowing setting of the height and width of the suggestions box
0.2.1
Added
- Mention of 'autocomplete' in README and pubspec
Changed
- Executed 'flutter format'
0.2.0
Added
- More configuration properties to the
TextField
- Configurable vertical offset for the suggestions box
- Meta-tags to README for SEO
- "How you can help" section to README
Changed
- Suggestions box decoration
- Moved the
TextField
properties inside a class
- Mechanism used to open/close the suggestions box
- Updated the GIF to show the changes
0.1.1
Fixed
- CHANGELOG format
- Small issue in documentation