feat: qrcode config
This commit is contained in:
parent
918dcf08ac
commit
44fd0d6ed7
|
@ -556,7 +556,6 @@ Uint8List assembleQRPacket(int direction, String identifier, String password) {
|
||||||
|
|
||||||
log("Pacote: $packet");
|
log("Pacote: $packet");
|
||||||
log("Bytes: $bytes");
|
log("Bytes: $bytes");
|
||||||
|
|
||||||
return Uint8List.fromList(packet);
|
return Uint8List.fromList(packet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ void dispose() {
|
||||||
data: 'example.com',
|
data: 'example.com',
|
||||||
type: 'URl',
|
type: 'URl',
|
||||||
dimension: dimension,
|
dimension: dimension,
|
||||||
errorCorrectLevel: QrErrorCorrectLevel.H,
|
errorCorrectLevel: QrErrorCorrectLevel.M,
|
||||||
maskPattern: -1,
|
maskPattern: -1,
|
||||||
version: QrVersions.auto,
|
version: QrVersions.auto,
|
||||||
identifier: FFAppState().userDevUUID,
|
identifier: FFAppState().userDevUUID,
|
||||||
|
|
Loading…
Reference in New Issue