Skip to content

Error handling in barcode panel #89

Error handling in barcode panel

Error handling in barcode panel #89

Workflow file for this run

name: Analyze and build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter analyze
- run: flutter build web