8000 Updates dependencies to flutter 3.22, fixes code to run with new dependencies version · flutter/pinball@d00f503 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Updates dependencies to flutter 3.22, fixes code to run with new depe… #6386

Updates dependencies to flutter 3.22, fixes code to run with new depe…

Updates dependencies to flutter 3.22, fixes code to run with new depe… #6386

Workflow file for this run

name: pinball
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on: [pull_request, push]
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_channel: stable
flutter_version: 2.10.5
coverage_excludes: "lib/gen/*.dart"
test_optimization: false
0