Skip to content

chore: upgrade flutter to 3.22 and compile app to wasm #61

chore: upgrade flutter to 3.22 and compile app to wasm

chore: upgrade flutter to 3.22 and compile app to wasm #61

Workflow file for this run

name: api_client
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "packages/api_client/**"
- ".github/workflows/api_client.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: stable
working_directory: packages/api_client