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("Bytes: $bytes");
|
||||
|
||||
return Uint8List.fromList(packet);
|
||||
}
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ void dispose() {
|
|||
data: 'example.com',
|
||||
type: 'URl',
|
||||
dimension: dimension,
|
||||
errorCorrectLevel: QrErrorCorrectLevel.H,
|
||||
errorCorrectLevel: QrErrorCorrectLevel.M,
|
||||
maskPattern: -1,
|
||||
version: QrVersions.auto,
|
||||
identifier: FFAppState().userDevUUID,
|
||||
|
|
Loading…
Reference in New Issue