From f909648bce8cf181512f388072abb6d1141f8a23 Mon Sep 17 00:00:00 2001 From: shenlong <139912620+shenlong-tanwen@users.noreply.github.com> Date: Mon, 20 Apr 2026 20:21:27 +0530 Subject: [PATCH] chore: pump flutter to 3.41.7 (#27990) 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 1bb94819e5..051c18ce6a 100644 --- a/mobile/.vscode/settings.json +++ b/mobile/.vscode/settings.json @@ -1,5 +1,5 @@ { - "dart.flutterSdkPath": ".fvm/versions/3.41.6", + "dart.flutterSdkPath": ".fvm/versions/3.41.7", "dart.lineLength": 120, "[dart]": { "editor.rulers": [ diff --git a/mobile/mise.toml b/mobile/mise.toml index 4d20a0a149..6d6af62876 100644 --- a/mobile/mise.toml +++ b/mobile/mise.toml @@ -1,5 +1,5 @@ [tools] -flutter = "3.41.6" +flutter = "3.41.7" [tools."github:CQLabs/homebrew-dcm"] version = "1.30.0" diff --git a/mobile/pubspec.lock b/mobile/pubspec.lock index 8fc2cfe030..e0e3c4ddc8 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.6" + flutter: "3.41.7" diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index b37c9fd23f..351d6869b3 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.6 + flutter: 3.41.7 dependencies: async: ^2.13.1