From f55c892c2b8292e474c3e4be40f1f9866a545665 Mon Sep 17 00:00:00 2001 From: S McDowall Date: Sat, 28 Jan 2023 13:59:07 -0500 Subject: [PATCH] Update pubspec.yaml Update sdk level to reflect Flutter 3.7.0 dependency --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3e0c0e55..c7866fed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -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