mintware-de / flutter_barcode_reader

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

Save scanned QR to file \ image gallery #216

Closed nirbar89 closed 4 years ago

nirbar89 commented 4 years ago

Hi,

there is any way to save the scanned QR to an image file?

nirbar89 commented 4 years ago

Hi, any comment? doable?

devtronic commented 4 years ago

Save the image itself is not possible. You can export the scanned contents as a qr code using this library: https://pub.dev/packages/qr_flutter

nirbar89 commented 4 years ago

it's funny on native code you can do this as regular image capture right after you recognized the object which give you a pretty good result.

i am asking that again because this is a main feature that i need to my app.

devtronic commented 4 years ago

Isn't it better to generate a QR code of the scanned result instead of using the captured image? If you need it, feel free to create a fork of this repo, implement the feature and create a PR.

nirbar89 commented 4 years ago

for my use case not i really need the image, but thanks for the challenge ill try to build this feature and sure once ill done ill share this

JoseGeorges8 commented 3 years ago

@nirbar89 Hi did you ever build this feature? I'm interested in it as well.

nirbar89 commented 3 years ago

Hey, yes. I use firebase ML kit.