From ac9631462a5a7af24ef7a154ed387c3f8034c25f Mon Sep 17 00:00:00 2001 From: dom Date: Mon, 4 May 2026 11:56:37 +0800 Subject: [PATCH] flutter 3.41.9 Signed-off-by: dom --- .fvmrc | 2 +- pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fvmrc b/.fvmrc index 19e8577e9..d80cf5773 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.41.6" + "flutter": "3.41.9" } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 02e769963..392e3f862 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2091,4 +2091,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.11.0 <4.0.0" - flutter: "3.41.6" + flutter: "3.41.9" diff --git a/pubspec.yaml b/pubspec.yaml index ed63f7926..3d98c0f8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ version: 2.0.6+1 environment: sdk: ">=3.10.0" - flutter: 3.41.6 # update `.fvmrc` config + flutter: 3.41.9 # 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