From 2f5eed699833f79a57703e35504b9f59e6d5fd14 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 22 Nov 2025 13:56:06 +0800 Subject: [PATCH] bump flutter Signed-off-by: bggRGjQaUbCoE --- .fvmrc | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fvmrc b/.fvmrc index 1e9fb5550..a06c1dbdf 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.38.2" + "flutter": "3.38.3" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 133c08cbf..b55b15ea9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2046,4 +2046,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.10.0 <4.0.0" - flutter: "3.38.2" + flutter: "3.38.3" diff --git a/pubspec.yaml b/pubspec.yaml index f9b810b68..643a3b3a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ version: 1.1.5+1 environment: sdk: ">=3.10.0" - flutter: 3.38.2 # update `.fvmrc` config + flutter: 3.38.3 # update `.fvmrc` config # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions