From 41c9367c429eb287034512e123c5a3dda6044c61 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sun, 15 Dec 2024 13:17:10 +0800 Subject: [PATCH] mod: set flutter version Signed-off-by: bggRGjQaUbCoE --- pubspec.lock | 2 +- pubspec.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index cc97d935d..1b415be4a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2078,4 +2078,4 @@ packages: version: "3.1.2" sdks: dart: ">=3.5.0 <4.0.0" - flutter: ">=3.24.0" + flutter: ">=3.24.5" diff --git a/pubspec.yaml b/pubspec.yaml index a9bd81ed3..2e91bbded 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,6 +20,7 @@ version: 1.0.22+123 environment: sdk: ">=3.0.0 <4.0.0" + flutter: 3.24.5 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions