juliansteenbakker / mobile_scanner

A universal scanner for Flutter based on MLKit. Uses CameraX on Android and AVFoundation on iOS.
BSD 3-Clause "New" or "Revised" License
817 stars 476 forks source link

Problem with small qr #503

Closed Batuhanseckin closed 8 months ago

Batuhanseckin commented 1 year ago

Hello everyone! Thanks for this great package. But there are things I don't understand.

I have an application that I developed with this package. It is very important for me to be able to read the barcode quickly and comfortably while the application is running.

As you can see in the video, when I scan the same barcode with 3 different applications, I see a huge speed difference between them. My app can't even read the barcode if I don't get close enough.

https://user-images.githubusercontent.com/32499207/220156183-14c5e79f-8d0a-4691-9046-eb527d45490c.mp4

barcode

Note: I am using mobile_scanner: ^3.0.0.

Anyone have any suggestions or recommendations? Thanks in advance..

juliansteenbakker commented 1 year ago

Right now MLKit does not fully support inverted qr codes like the one you showed.