Skip to content

fix: updated dependencies and fixed some errors on methods #4

fix: updated dependencies and fixed some errors on methods

fix: updated dependencies and fixed some errors on methods #4

Workflow file for this run

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