zxing-dart
zxing-dart copied to clipboard
Feature request for Finder Pattern location/Orientation
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.
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 :-)
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.