Skip to content

Commit

Permalink
Finally update flutter version 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Nov 9, 2023
1 parent e49b571 commit 1684288
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 319 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ on:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
steps:
- uses: actions/checkout@v1

- name: Install Flutter
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.7.x'
- name: Install Flutter
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.13.x'

- run: dart --version
- run: flutter --version
- run: dart --version
- run: flutter --version

- name: Install app dependencies
run: flutter pub get
- name: Install app dependencies
run: flutter pub get

- name: Test app
run: flutter test --coverage
- name: Test app
run: flutter test --coverage

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.7.x'
flutter-version: '3.13.x'

- name: Get dependencies
run: flutter pub get
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ Alternatively, you can use the test server (the db is reset every day):
* password: `flutteruser`
* API key: `31e2ea0322c07b9df583a9b6d1e794f7139e78d4`


### 2

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.7
The app currently uses flutter 3.13

### 3

Expand Down
Loading

0 comments on commit 1684288

Please sign in to comment.