Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
Update sdk level to reflect Flutter 3.7.0 dependency
  • Loading branch information
sjmcdowall authored Jan 28, 2023
1 parent bf7dc80 commit f55c892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_typeahead
version: 4.3.1
version: 4.3.2

description: A highly customizable typeahead (autocomplete) text input field for Flutter
homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead
Expand All @@ -13,7 +13,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
Expand Down

0 comments on commit f55c892

Please sign in to comment.