zxing-dart icon indicating copy to clipboard operation
zxing-dart copied to clipboard

Feature request for Finder Pattern location/Orientation

Open donettech opened this issue 3 years ago • 2 comments

I've been looking into the implementation for your package and see that you determined the Finder patterns but not accessible. It would be very useful if you could make them accessible.

donettech avatar May 12 '21 06:05 donettech

Hello @donettech Can you describe your use case? I'm fine exporting them, still an example on how to use them would be good too.

Also pull request are welcome :-)

xvrh avatar May 13 '21 16:05 xvrh

I'm trying to make an app where the orientation of the QR code would mean one thing and so on. For example, in a quiz, contestants would each be given a QR with their details as the QR data and Orientation 0 degree would mean that their answer is A, orientation 90 degree would mean answer B and so on. In order to get the orientation, I could compare the finder paths and determine the rotation accordingly.

donettech avatar May 13 '21 19:05 donettech