fix: update Flutter version to 3.41.9 in CI configuration and pubspec.lock

This commit is contained in:
nahnah
2026-05-05 16:43:23 +01:00
parent 5d21c90bc8
commit 2fffd48c88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.41.7"
flutter-version: "3.41.9"
channel: "stable"
- name: Get dependencies
+1 -1
View File
@@ -1444,4 +1444,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.11.0 <4.0.0"
flutter: ">=3.41.4 <4.0.0"
flutter: ">=3.41.9 <4.0.0"