Skip to content

Add support for throwing exceptions on get(), update() and delete() #312

Add support for throwing exceptions on get(), update() and delete()

Add support for throwing exceptions on get(), update() and delete() #312

Workflow file for this run

name: Analyzer
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master
jobs:
analyzer:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter pub get
- run: flutter analyze