facundomedica / fast_qr_reader_view

A Fast QR Reader widget for Flutter. For both Android and iOS
MIT License
294 stars 163 forks source link

Is there a way to scan qr codes from images? #82

Closed Sheharyar566 closed 3 years ago

Sheharyar566 commented 3 years ago

I am looking for a way to scan qr codes from images, i.e. something like when user picks an image from Library and the package decodes the QR if there's any. Does this library provide such a feature? If yes, then how can I use it?

facundomedica commented 3 years ago

Hello! No, it doesn't. Although it could be added if there's a brave enough dev 😄 If an image picker is capable of passing a path or something similar, it shouldn't be that hard, but I'm not sure. I know for sure how to do it on Android, but I don't have an iPhone to test the iOS plugin.