Skip to content

Fix disposeProps clearing all props even if predicate is provided #90

Fix disposeProps clearing all props even if predicate is provided

Fix disposeProps clearing all props even if predicate is provided #90

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test