Skip to content

Fix "type 'Response' is not a subtype of type 'StreamedResponse' in type cast" after retrying a request #8

Fix "type 'Response' is not a subtype of type 'StreamedResponse' in type cast" after retrying a request

Fix "type 'Response' is not a subtype of type 'StreamedResponse' in type cast" after retrying a request #8

Workflow file for this run

name: validate
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: 📚 Checkout repository
uses: actions/checkout@v4
- name: 📦 Setup Flutter & Deps
uses: ./.github/actions/setup-flutter
- name: 📝 Format
run: dart format . --set-exit-if-changed
- name: 📊 Analyze
run: flutter analyze
- name: 🧪 Test
run: flutter test --coverage
- name: 🔎 Check Publish Warnings
run: flutter pub publish --dry-run