Skip to content

feat: add go router package and routing to the app #871

feat: add go router package and routing to the app

feat: add go router package and routing to the app #871

Workflow file for this run

name: api
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
paths:
- "flutter_news_example/api/**"
- ".github/workflows/api.yaml"
branches:
- main
jobs:
build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1
with:
dart_sdk: 3.5.2
working_directory: flutter_news_example/api
analyze_directories: "routes lib test"
coverage_excludes: "**/*.g.dart"
report_on: "routes,lib"