Skip to content

some qr-codes from image file not recognized #674

some qr-codes from image file not recognized

some qr-codes from image file not recognized #674

Workflow file for this run

name: Flutter Test
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17.0.7'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.0'
- run: "flutter --version"
- run: flutter pub get
- run: flutter test