GabrielDimaa / qrcode_reader_web

Leitor de QR Code para Flutter Web
https://pub.dev/packages/qrcode_reader_web
Other
0 stars 1 forks source link

TypeError: dart.global.jsQR is not a function #4

Open roberto-donext opened 6 months ago

roberto-donext commented 6 months ago

When I launch the pluging, I constantly read this in the log console: TypeError: dart.global.jsQR is not a function

packages/qrcode_reader_web/src/libraries/jsqr_library.dart 102:12 [_captureCode] packages/qrcode_reader_web/src/libraries/jsqr_library.dart 48:50 dart-sdk/lib/async/stream.dart 497:32 sendEvent dart-sdk/lib/_internal/js_dev_runtime/private/isolate_helper.dart 80:17 TypeError: dart.global.jsQR is not a function packages/qrcode_reader_web/src/libraries/jsqr_library.dart 102:12 [_captureCode] Thanks

GabrielDimaa commented 1 month ago

Hello, could you tell me which version of Flutter you tested?

Also, did you add <script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script> in index.html?