Skip to content

Releases: AbdulRahmanAlHamali/flutter_typeahead

0.5.2

02 Dec 22:46
Compare
Choose a tag to compare

Added

  • Contributing guidelines

Changed

  • CHANGLELOG.md is now reverse sorted

0.5.1

02 Dec 22:45
6655138
Compare
Choose a tag to compare

Fixed

  • Various issues

0.5.0

02 Dec 22:45
35de3c8
Compare
Choose a tag to compare

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

02 Dec 22:45
Compare
Choose a tag to compare

Added

  • Property getImmediateSuggestions to the form field implementation

0.4.0

02 Dec 22:45
Compare
Choose a tag to compare

Added

  • getImmediateSuggestions property for fetching suggestions before user input

Changed

  • Added assertion to disallow simultaneous definition of initialValue and textFieldConfiguration.controller

0.3.0

02 Dec 22:45
Compare
Choose a tag to compare

Added

  • Constraints property to the SuggestionsBoxDecorations allowing setting of the height and width of the suggestions box

0.2.1

02 Dec 22:45
Compare
Choose a tag to compare

Added

  • Mention of 'autocomplete' in README and pubspec

Changed

  • Executed 'flutter format'

0.2.0

02 Dec 22:45
Compare
Choose a tag to compare

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.2

02 Dec 22:45
Compare
Choose a tag to compare

Fixed

  • Small issue in README

0.1.1

02 Dec 22:45
Compare
Choose a tag to compare

Fixed

  • CHANGELOG format
  • Small issue in documentation