Skip to content

Offline Logic with ISAR local storage and example #12

Offline Logic with ISAR local storage and example

Offline Logic with ISAR local storage and example #12

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