Procházet zdrojové kódy

Added scanInvert method in flutter_qr_web

flutter-beta
Akshay Kalbhor před 4 roky
rodič
revize
36577c007d
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      lib/src/web/flutter_qr_web.dart

+ 6
- 0
lib/src/web/flutter_qr_web.dart Zobrazit soubor

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

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


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


Načítá se…
Zrušit
Uložit