TF-3586: Upgrade Flutter to 3.27.4

This commit is contained in:
DatDang
2025-03-25 15:53:01 +07:00
committed by Dat H. Pham
parent c7f5dc9e5e
commit 4fd0931c9e
109 changed files with 361 additions and 372 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.5"
flutter-version: "3.27.4"
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Build dev binaries
env:
FLUTTER_VERSION: 3.24.5
FLUTTER_VERSION: 3.27.4
XCODE_VERSION: 16.0
jobs:
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.5"
flutter-version: "3.27.4"
channel: "stable"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
@@ -7,7 +7,7 @@ on:
env:
JAVA_VERSION: 17
FLUTTER_VERSION: 3.24.5
FLUTTER_VERSION: 3.27.4
jobs:
mobile_integration_test:
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Release
env:
FLUTTER_VERSION: 3.24.5
FLUTTER_VERSION: 3.27.4
XCODE_VERSION: 16.0
jobs: