Skip to content

feat: allow disable row checkbox under condition #6

feat: allow disable row checkbox under condition

feat: allow disable row checkbox under condition #6

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Install Flutter Dependencies
run: flutter pub get
- name: Run Flutter Tests
run: flutter test