feat: bump Flutter SDK to latest 3.35.7 and bumped all deps versions to the latest compatable #29
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: database_client | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| on: | |
| pull_request: | |
| paths: | |
| - "packages/database_client/**" | |
| - ".github/workflows/database_client.yaml" | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 | |
| with: | |
| flutter_version: 3.35.7 | |
| working_directory: packages/database_client |