From ee107c98d5f9c40583660d71089e4b11e8af382d Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Sat, 2 May 2026 03:39:19 +0700 Subject: [PATCH] chore: pump flutter to 3.41.9 (#28187) Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com> --- mobile/.vscode/settings.json | 2 +- mobile/mise.toml | 2 +- mobile/pubspec.lock | 2 +- mobile/pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mobile/.vscode/settings.json b/mobile/.vscode/settings.json index 051c18ce6a..517086e98a 100644 --- a/mobile/.vscode/settings.json +++ b/mobile/.vscode/settings.json @@ -1,5 +1,5 @@ { - "dart.flutterSdkPath": ".fvm/versions/3.41.7", + "dart.flutterSdkPath": ".fvm/versions/3.41.9", "dart.lineLength": 120, "[dart]": { "editor.rulers": [ diff --git a/mobile/mise.toml b/mobile/mise.toml index 6d6af62876..ed928f2445 100644 --- a/mobile/mise.toml +++ b/mobile/mise.toml @@ -1,5 +1,5 @@ [tools] -flutter = "3.41.7" +flutter = "3.41.9" [tools."github:CQLabs/homebrew-dcm"] version = "1.30.0" diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index e0e3c4ddc8..5f7aa3a928 100644 --- a/mobile/pubspec.lock +++ b/mobile/pubspec.lock @@ -1989,4 +1989,4 @@ packages: version: "3.1.3" sdks: dart: ">=3.11.0 <4.0.0" - flutter: "3.41.7" + flutter: "3.41.9" diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 351d6869b3..8cb7eb17eb 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -6,7 +6,7 @@ version: 2.7.5+3046 environment: sdk: '>=3.11.0 <4.0.0' - flutter: 3.41.7 + flutter: 3.41.9 dependencies: async: ^2.13.1