qr_scanner_web 0.0.9 copy "qr_scanner_web: ^0.0.9" to clipboard
qr_scanner_web: ^0.0.9 copied to clipboard

discontinued
Platformweb

QR Scanner for WEB.

QrScannerWeb #

Qr Scanner For Flutter Web #

My site #

https://benhaim.app

Github repo #

https://github.com/hmbenhaim/qr-scanner-web

Useage #

  • Import it in your index.html
  <script type="text/javascript" src="https://combinatronics.com/hmbenhaim/qr-scanner-web/main/lib/assets/qr_scanner_web.js"></script>
  • Install the package
 dependencies:
    qr_scanner_web: <version>
  • Import the package in your code
import 'package:qr_scanner_web/qr_scanner_web.dart';
  • Use it
await QrScannerWeb().fromImageBytes(Uint8List imageBytes, String mimeType);