Julian Steenbakker
hace 5 años
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 16E437C7A3D94250
Se han
modificado 1 ficheros con
5 adiciones y
6 borrados
-
example/lib/main.dart
|
|
|
@@ -134,12 +134,11 @@ class _QRViewExampleState extends State<QRViewExample> { |
|
|
|
key: qrKey, |
|
|
|
onQRViewCreated: _onQRViewCreated, |
|
|
|
overlay: QrScannerOverlayShape( |
|
|
|
borderColor: Colors.red, |
|
|
|
borderRadius: 10, |
|
|
|
borderLength: 30, |
|
|
|
borderWidth: 10, |
|
|
|
cutOutSize: scanArea |
|
|
|
), |
|
|
|
borderColor: Colors.red, |
|
|
|
borderRadius: 10, |
|
|
|
borderLength: 30, |
|
|
|
borderWidth: 10, |
|
|
|
cutOutSize: scanArea), |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|