From ddc1e9c7a3b58e0eef1f3aaff06ee97b8d488a0d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 12 Jul 2026 03:13:57 +0000 Subject: [PATCH] chore: upgrade Flutter to 3.44.6 and update dependencies - Automated Flutter upgrade from 3.41.6 to 3.44.6 - 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 b966787..d1bf8a4 100644 --- a/.flutter-version-tracked +++ b/.flutter-version-tracked @@ -1 +1 @@ -3.41.6 +3.44.6 diff --git a/pubspec.yaml b/pubspec.yaml index c1518fd..879b1dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter http: ^1.6.0 - dio: ^5.9.2 + dio: ^5.10.0 dev_dependencies: flutter_test: