contactlutforrahman / flutter_qr_bar_scanner

A full screen mobile scanner for scanning QR Code and Bar Code.
MIT License
33 stars 69 forks source link

Support for the new MLKit version #15

Closed teolemon closed 3 years ago

teolemon commented 4 years ago

So it seems Google is putting new effort into MLKit. 🎉 They have revamped the doc, and my understanding is that they released a new version with more features, and no more Firebase requirement 😃 https://android-developers.googleblog.com/2020/06/mlkit-on-device-machine-learning-solutions.html https://developers.google.com/ml-kit/vision/barcode-scanning

Sadoge commented 4 years ago

I have replaced the GoogleMobileVision API on a forked version of this repository. You can check if you can use it https://github.com/Sadoge/flutter_qr_bar_scanner

AmG2000 commented 4 years ago

Great work man. This has solved a lot of my issues

pedrovilela commented 4 years ago

I'm having problems to build in iOS release. Anyone else tried to build release for iOS?

image

contactlutforrahman commented 3 years ago

Right now I've no such plan.