From 9625034a5cb2505428eab135e665e2c828be1087 Mon Sep 17 00:00:00 2001 From: S McDowall Date: Wed, 1 Feb 2023 17:37:38 -0500 Subject: [PATCH] Update pubspec.yaml Fix for new bug introduced in Flutter 3.7 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c7866fed..07de1d52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 4.3.2 +version: 4.3.3 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead