Skip to content

Gabrielalao/fence 1338 upgrade flutter sdk ios handler to use the new… #81

Gabrielalao/fence 1338 upgrade flutter sdk ios handler to use the new…

Gabrielalao/fence 1338 upgrade flutter sdk ios handler to use the new… #81

Workflow file for this run

name: Flutter build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.5'
- run: flutter pub get
# - run: flutter test
- run: flutter build
- run: dart pub publish --dry-run