rmtmckenzie / flutter_qr_mobile_vision

QR reader plugin using mobile vision API for Flutter.
MIT License
215 stars 185 forks source link

[Feature Request] Expose "FirebaseVisionBarcode" instead of "String" via qrCodeCallback #123

Open subinsv opened 4 years ago

subinsv commented 4 years ago

Currently the library only exposes the rawValue of FirebaseVisionBarcode.

Can you expose whole FirebaseVisionBarcode properties via qrCodeCallback. This will allow us to utillize the full potential of Firebase Vision.

FirebaseVisionBarcode Docs

rmtmckenzie commented 4 years ago

Good idea, I'll try to do this in a future update.

LaxmikanthMadhyastha commented 4 years ago

Hi, this is a very good feature. Any timeline planned on this? Thank you.

LaxmikanthMadhyastha commented 3 years ago

Hey, @subinsv @rmtmckenzie I have made the changes to expose the Barcode model from firebase instead of just the string. If that is fine I can create a pull request to merge the same. You can this in my forked repo here

I have taken this as a reference

Do check it out and let me know if any changes are required :) I can change the readme as well if required.