Skip to content

Commit

Permalink
Bump flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Dec 12, 2024
1 parent a44c758 commit 6e8a3a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://flutter.dev/docs/get-started/install>.

The app currently uses flutter 3.24
The app currently uses flutter 3.27

### 3

Expand Down

0 comments on commit 6e8a3a7

Please sign in to comment.