From b8ff1dac289a48d1f350bff9d7eaee4aaeed30ba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 15 Feb 2026 03:13:29 +0000 Subject: [PATCH] chore: upgrade Flutter to 3.41.1 and update dependencies - Automated Flutter upgrade from 3.38.7 to 3.41.1 - 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..d26daf7 100644 --- a/.flutter-version-tracked +++ b/.flutter-version-tracked @@ -1 +1 @@ -3.38.7 +3.41.1 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: