From 6e8a3a712280f63f22c47ca9b4894bf8bf2ecbc3 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 12 Dec 2024 21:08:46 +0100 Subject: [PATCH] Bump flutter version --- .github/workflows/build-release.yml | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 41683212..16262558 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -26,7 +26,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.24.x + flutter-version: 3.27.x - name: Flutter info run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8cac3b0..53661b0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: cache: true channel: 'stable' - flutter-version: '3.24.x' + flutter-version: '3.27.x' - run: dart --version - run: flutter --version diff --git a/README.md b/README.md index 46a331b6..b739d366 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Alternatively, you can use the test server (the db is reset every day): Install Flutter and all its dependencies, and create a new virtual device: . -The app currently uses flutter 3.24 +The app currently uses flutter 3.27 ### 3