facundomedica / fast_qr_reader_view

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

[Feature request] return image when QR code is read #56

Closed cfransen closed 4 years ago

cfransen commented 4 years ago

I would like to store the image in which the QR code was recognized. I'm looking for suggestions about how to participate properly in getting such an enhancement approved and implemented. I'm willing to work on it.

cfransen commented 4 years ago

Looking at other's comments, I see I can simply take a photo when the QR code is recognized. Will pursue that.

ShiroYacha commented 4 years ago

How did it work? I am trying to do the same but it was a mess as i have to dispose the controller and initialize the camera controller and still somehow the image is very very dimed. Did you make it work?

giraffe-team commented 4 years ago

I did not pursue this to implementation. Knowing the presumed solution, I went on to other things. I still hope to store the image with the QR code in it and will either figure out how to get all the controllers aligned or perhaps dust off my Objective C or whatever and dig into the component. Sorry I can't be of more help at this point.