From 76e4933ed9282dda9e1502ac4ee945781921cb1d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 2 Aug 2026 03:13:34 +0000 Subject: [PATCH] chore: upgrade Flutter to 3.44.8 and update dependencies - Automated Flutter upgrade from 3.41.6 to 3.44.8 - 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..0290ef0 100644 --- a/.flutter-version-tracked +++ b/.flutter-version-tracked @@ -1 +1 @@ -3.41.6 +3.44.8 diff --git a/pubspec.yaml b/pubspec.yaml index c1518fd..7eda286 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.11.0 dev_dependencies: flutter_test: