mintware-de / flutter_barcode_reader

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

Scan images from device #29

Closed modulovalue closed 6 years ago

modulovalue commented 6 years ago

I think it is an important feature to be able to scan QR codes not only from the camera but also from an image that was previously taken or downloaded from the web.

Use case:

Two features would be needed:

  1. an image picker like this library
  2. Libraries to scan the images

Solution

One approach is to additionally use other libraries for iOS/Android that support this feature. e.g. iOS and Android

The other way would be to kindly ask here and here if they could implement this feature. It doesn't seem to be a big deal but I might be overlooking something.

What do the maintainers of this library think of that?

matthewtsmith commented 6 years ago

I think this falls outside the scope of this library. I would recommend making a separate plugin that uses the build in libraries in iOS and Android instead.