From 36d68cb06e8cd7d09810558a16758c0a5d900a5a Mon Sep 17 00:00:00 2001 From: Predidit <34627277+Predidit@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:52:35 +0800 Subject: [PATCH] update flutter (fix #34) --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 35b6b89..6d11389 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1300,4 +1300,4 @@ packages: version: "2.2.1" sdks: dart: ">=3.4.0 <4.0.0" - flutter: ">=3.22.2" + flutter: ">=3.22.3" diff --git a/pubspec.yaml b/pubspec.yaml index eab8f1f..5d637f1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ version: 1.2.6+1 environment: sdk: '>=3.2.6 <4.0.0' - flutter: 3.22.2 + flutter: 3.22.3 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions