Skip to content

Bump flutter_hooks from 0.18.6 to 0.20.2 #78

Bump flutter_hooks from 0.18.6 to 0.20.2

Bump flutter_hooks from 0.18.6 to 0.20.2 #78

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.5'
channel: 'stable'
- run: dart pub get
- run: dart analyze
- run: dart run test