From 62b6dd22aa6748d5788988b9678afa2af3e921c8 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Thu, 5 Mar 2026 14:31:23 -0500 Subject: [PATCH] fix: update Flutter version to 3.38.x in product release workflow --- .github/workflows/product-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/product-release.yml b/.github/workflows/product-release.yml index a437cf28..7e72e4ec 100644 --- a/.github/workflows/product-release.yml +++ b/.github/workflows/product-release.yml @@ -182,7 +182,7 @@ jobs: - name: 🐦 Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.24.5' + flutter-version: '3.38.x' channel: 'stable' cache: true