juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

扫描移动到没有二维码的时候能否给个回调函数呢?

guhuan769 opened this issue · comments

To reply to your question, "Can you give a callback function when the scan moves to no QR code?":

Handling whether the resulting BarcodeCapture has no result can be done by inspecting the length of the barcodes list.

Thank you