fix: Linux qr scan would previously load the last scanned data if it exists

This commit is contained in:
julian 2024-12-11 18:20:44 -06:00
parent 3adddc2368
commit 120952156f
2 changed files with 10 additions and 5 deletions

View file

@ -254,10 +254,11 @@ packages:
camera_linux: camera_linux:
dependency: "direct main" dependency: "direct main"
description: description:
name: camera_linux path: "."
sha256: "6ea08c23f643364e650e8fad73653747c049cbd00803a7c317132379ee3653ac" ref: ecb412474c5d240347b04ac1eb9f019802ff7034
url: "https://pub.dev" resolved-ref: ecb412474c5d240347b04ac1eb9f019802ff7034
source: hosted url: "https://github.com/cypherstack/camera-linux"
source: git
version: "0.0.8" version: "0.0.8"
camera_macos: camera_macos:
dependency: "direct main" dependency: "direct main"

View file

@ -184,7 +184,11 @@ dependencies:
calendar_date_picker2: ^1.0.2 calendar_date_picker2: ^1.0.2
sqlite3: 2.4.3 sqlite3: 2.4.3
sqlite3_flutter_libs: 0.5.22 sqlite3_flutter_libs: 0.5.22
camera_linux: ^0.0.8 # camera_linux: ^0.0.8
camera_linux:
git:
url: https://github.com/cypherstack/camera-linux
ref: ecb412474c5d240347b04ac1eb9f019802ff7034
zxing2: ^0.2.3 zxing2: ^0.2.3
camera_windows: camera_windows:
git: # TODO [prio=low]: Revert to official after https://github.com/flutter/packages/pull/7067. git: # TODO [prio=low]: Revert to official after https://github.com/flutter/packages/pull/7067.