Skip to content

Removed example application, will be moved to a separate repository #22

Removed example application, will be moved to a separate repository

Removed example application, will be moved to a separate repository #22

Workflow file for this run

name: Flutter
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: 3.16.9
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test