https://github.com/hmbenhaim/qr-scanner-web
- 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);