浏览代码

Added scanInvert method in flutter_qr_web

flutter-beta
Akshay Kalbhor 4 年前
父节点
当前提交
658933498b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      lib/src/web/flutter_qr_web.dart

+ 6
- 0
lib/src/web/flutter_qr_web.dart 查看文件

@@ -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}) =>


正在加载...
取消
保存