yushulx / flutter_barcode_sdk

Build barcode QR detection apps for Windows, Linux, macOS, Android, iOS and web.
https://pub.dev/packages/flutter_barcode_sdk
MIT License
47 stars 18 forks source link

QR Orientation variable not available? #1

Closed xuala69 closed 3 years ago

xuala69 commented 3 years ago

I've tested the example given for the package but the BarcodeResult model doesn't have an Orientation variable as far as I can see. Is there a way to get the orientation from the other variables or the orientation is not available for flutter ?

yushulx commented 3 years ago

@xuala69 it's an ongoing project. Your required variable is supported by native barcode SDK, but not implemented in the Flutter plugin yet.

yushulx commented 3 years ago

@xuala69 I just added a barcode angle variable to the plugin. You can have a try.

xuala69 commented 3 years ago

Excellent Thank you