Skip to content

fix lack of local history update on controller changes #44

fix lack of local history update on controller changes

fix lack of local history update on controller changes #44

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- name: Get dependencies
run: flutter pub get
- name: Run tests
run: flutter test