From fe9dbfaac9e8267d558a5c958646474001ac0cec Mon Sep 17 00:00:00 2001 From: Arjav Patel Date: Mon, 22 Dec 2025 17:03:16 +0530 Subject: [PATCH] chore: update Flutter version to 3.38.5 in configuration files --- .fvmrc | 2 +- .github/workflows/flutterci.yml | 4 ++-- .github/workflows/nightlydepolyci.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.fvmrc b/.fvmrc index 023e21eb..11d8d40c 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.29.2" + "flutter": "3.38.5" } diff --git a/.github/workflows/flutterci.yml b/.github/workflows/flutterci.yml index 5d3d3a68..e1ccea0c 100644 --- a/.github/workflows/flutterci.yml +++ b/.github/workflows/flutterci.yml @@ -20,10 +20,10 @@ jobs: distribution: "temurin" java-version: "17.x" - # Step 3: Setup Flutter with version 3.7.11 + # Step 3: Setup Flutter with version 3.38.5 - uses: subosito/flutter-action@v1 with: - flutter-version: "3.29.2" + flutter-version: "3.38.5" # Step 4: Get dependencies using pub get - run: flutter pub get diff --git a/.github/workflows/nightlydepolyci.yml b/.github/workflows/nightlydepolyci.yml index e47359b8..77ff8367 100644 --- a/.github/workflows/nightlydepolyci.yml +++ b/.github/workflows/nightlydepolyci.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.2" + flutter-version: "3.38.5" # Step 4: Get dependencies - name: Get dependencies