mintware-de / flutter_barcode_reader

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

Web support #190

Open fercarcedo opened 4 years ago

fercarcedo commented 4 years ago

Are you planning on adding web support to it? It would be useful for example while building a PWA that can run on mobile devices.

If you don't mind, I can try adding a plugin based on this JavaScript library https://github.com/jbialobr/JsQRScanner

devtronic commented 4 years ago

Feel free to add web support. Use the 3.x branch (https://github.com/mintware-de/flutter_barcode_reader/tree/3.x) for changes

treeder commented 4 years ago

@fercarcedo are you going to work on this?

fercarcedo commented 4 years ago

Yes, I'm working on it. In fact, it's almost ready :)

treeder commented 4 years ago

Oh nice! Let me know when it's ready for testing, happy to try it out.

treeder commented 4 years ago

@fercarcedo how's it coming along?

fercarcedo commented 4 years ago

I'm currently finishing up the plugin integration, so hopefully today or tomorrow I'll make a PR (I'm doing this on my free time, so it's not always possible to find enough time).

fercarcedo commented 4 years ago

PR opened :)