mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 04:09:25 +00:00
fix: Linux qr scan would previously load the last scanned data if it exists
This commit is contained in:
parent
3adddc2368
commit
120952156f
2 changed files with 10 additions and 5 deletions
|
@ -254,10 +254,11 @@ packages:
|
|||
camera_linux:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: camera_linux
|
||||
sha256: "6ea08c23f643364e650e8fad73653747c049cbd00803a7c317132379ee3653ac"
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: "."
|
||||
ref: ecb412474c5d240347b04ac1eb9f019802ff7034
|
||||
resolved-ref: ecb412474c5d240347b04ac1eb9f019802ff7034
|
||||
url: "https://github.com/cypherstack/camera-linux"
|
||||
source: git
|
||||
version: "0.0.8"
|
||||
camera_macos:
|
||||
dependency: "direct main"
|
||||
|
|
|
@ -184,7 +184,11 @@ dependencies:
|
|||
calendar_date_picker2: ^1.0.2
|
||||
sqlite3: 2.4.3
|
||||
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
|
||||
camera_windows:
|
||||
git: # TODO [prio=low]: Revert to official after https://github.com/flutter/packages/pull/7067.
|
||||
|
|
Loading…
Reference in a new issue