Skip to content

fix: decode queryParams if any special character (#88) #239

fix: decode queryParams if any special character (#88)

fix: decode queryParams if any special character (#88) #239

Workflow file for this run

name: build
on:
push:
branches: [master]
paths-ignore:
- '**/README.md'
pull_request:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter --version
- run: flutter pub get
- run: flutter analyze
- run: flutter test --coverage
- name: Codecov
uses: codecov/[email protected]