-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onDetect does not trigger in android 13 #925
Comments
Are you still getting barcodes from the controller itself? The |
What is the recommended way to listen to barcode? |
Listen directly to
|
Looks like there is a typo: - final Subscription<Object?> subscription = controller.listen((BarcodeCapture barcodes) {});
+ final Subscription<Object?> subscription = controller.barcodes.listen((BarcodeCapture barcodes) {}); If this is the recommended way of listening to the results, |
Woops, yeah that's a typo. Indeed, For now you could pass an empty function to See also: #916 |
Detection of QR-Codes not working on Samsung A23 5G #698 |
No description provided.
The text was updated successfully, but these errors were encountered: