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