mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 464 forks source link

Make iOS scanner view appear as Android does #35

Closed dustin-graham closed 6 years ago

dustin-graham commented 6 years ago

With a scan window and a scan line. barcodes should only scan if they intersect with the scan line.

dustin-graham commented 6 years ago

PR: https://github.com/apptreesoftware/flutter_barcode_reader/pull/34

@matthewtsmith ^

matthewtsmith commented 6 years ago

@dustin-graham I had to remove the scanLine change you added in #34 .

https://github.com/apptreesoftware/flutter_barcode_reader/pull/42

It was causing QR codes not to read.

dustin-graham commented 6 years ago

@matthewtsmith I'll look back at it again to see if I can make it work. In my case I really need the scan line for precision in my app's scenarios.