소스 검색

Added scanInvert method in flutter_qr_web

flutter-beta
Akshay Kalbhor 4 년 전
부모
커밋
36577c007d
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}) =>


불러오는 중...
취소
저장