Skip to content

Bump flutter to 3.21.0-0.0.pre #279

Bump flutter to 3.21.0-0.0.pre

Bump flutter to 3.21.0-0.0.pre #279

Workflow file for this run

name: Flutter CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
- name: Install dependencies
run: flutter pub get
- name: Analyze
run: flutter analyze
- name: Run tests
run: flutter test