From 2eb2defc49e0c4ed85e05244bdc1193e5c1dc636 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 22 Feb 2026 03:12:32 +0000 Subject: [PATCH] chore: upgrade Flutter to 3.41.2 and update dependencies - Automated Flutter upgrade from 3.38.7 to 3.41.2 - Updated dependencies (dio, http) - Applied automatic fixes with dart fix - Updated tracked Flutter version - Verified with flutter analyze and flutter test --- .flutter-version-tracked | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.flutter-version-tracked b/.flutter-version-tracked index 9c28fd2..0805a14 100644 --- a/.flutter-version-tracked +++ b/.flutter-version-tracked @@ -1 +1 @@ -3.38.7 +3.41.2 diff --git a/pubspec.yaml b/pubspec.yaml index 9f73bf1..e5365c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter http: ^1.6.0 - dio: ^5.9.0 + dio: ^5.9.1 dev_dependencies: flutter_test: