Skip to content

fix: compatibility for listeners with different converters #415

fix: compatibility for listeners with different converters

fix: compatibility for listeners with different converters #415

Workflow file for this run

name: Unit Tests
on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master
jobs:
package-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter test
example-test:
defaults:
run:
working-directory: example
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter test