Skip to content

Commit

Permalink
Merge PR#308
Browse files Browse the repository at this point in the history
Allow suggestionsCallback to return null
  • Loading branch information
sjmcdowall committed May 7, 2021
1 parent 5ddd68a commit e41db13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.1.3 - 7-May-2021

-- PR #308 - Allow suggestionsCallback to return null

## 3.1.2 - 1-May-2021

-- PR #303 - Guard against missing size in \_adjustMaxHeightAndOrientation
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.2"
version: "3.1.3"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_typeahead
version: 3.1.2
version: 3.1.3

description: A highly customizable typeahead (autocomplete) text input field for Flutter
homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead
Expand Down

0 comments on commit e41db13

Please sign in to comment.