From 8bb609cab1e8709a91761d405afb077101f80df1 Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Mon, 14 Jul 2025 00:26:35 -0600 Subject: [PATCH] Update Flutter SDK version to 3.32.1 in production workflow --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 8e32d0cf..39f64d4c 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -34,7 +34,7 @@ jobs: - name: 🎯 Set up Flutter SDK uses: subosito/flutter-action@v2 with: - flutter-version: "3.22.1" + flutter-version: "3.32.1" - name: 📦 Install Flutter Dependencies run: flutter pub get