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