fix: update Flutter version to 3.38.x in product release workflow

This commit is contained in:
Achintha Isuru
2026-03-05 14:31:23 -05:00
parent 920ba40c50
commit 62b6dd22aa

View File

@@ -182,7 +182,7 @@ jobs:
- name: 🐦 Setup Flutter - name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.24.5' flutter-version: '3.38.x'
channel: 'stable' channel: 'stable'
cache: true cache: true