Explorar el Código

Added scanInvert method in flutter_qr_web

flutter-beta
Akshay Kalbhor hace 4 años
padre
commit
36577c007d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      lib/src/web/flutter_qr_web.dart

+ 6
- 0
lib/src/web/flutter_qr_web.dart Ver fichero

@@ -309,6 +309,12 @@ class QRViewControllerWeb implements QRViewController {
// TODO: flash is simply not supported by JavaScipt
return;
}

@override
Future<void> scanInvert(bool isScanInvert) {
// TODO: implement scanInvert
throw UnimplementedError();
}
}

Widget createWebQrView({onPlatformViewCreated, CameraFacing? cameraFacing}) =>


Cargando…
Cancelar
Guardar