feat: qrcode config

This commit is contained in:
Ivan Antunes 2024-07-15 17:14:53 -03:00
parent 918dcf08ac
commit 44fd0d6ed7
2 changed files with 1 additions and 2 deletions

View File

@ -556,7 +556,6 @@ Uint8List assembleQRPacket(int direction, String identifier, String password) {
log("Pacote: $packet");
log("Bytes: $bytes");
return Uint8List.fromList(packet);
}

View File

@ -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,