Skip to content

Update checkbox example #164

Update checkbox example

Update checkbox example #164

Workflow file for this run

name: Forui Samples Build
on:
workflow_dispatch: {}
push:
paths:
- .github/workflows/samples_build.yaml
- samples/**
jobs:
test:
name: Build & test
runs-on: ubuntu-latest
defaults:
run:
working-directory: samples
steps:
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
cache: true
- run: flutter pub get
- run: flutter pub run build_runner build --delete-conflicting-outputs
- run: flutter analyze