Skip to content

Updates minimum supported SDK version to Flutter 3.3/Dart 3.0. #10

Updates minimum supported SDK version to Flutter 3.3/Dart 3.0.

Updates minimum supported SDK version to Flutter 3.3/Dart 3.0. #10

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
coverage:
name: test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter test --coverage
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}