mobile_scanner icon indicating copy to clipboard operation
mobile_scanner copied to clipboard

Get QR code's value from images?

Open searene opened this issue 2 years ago • 0 comments

Hi,

Thanks for creating this fantastic library! I noticed that mobile_scanner could check if an image was a QR code via the MobileScannerController#analyzeImage method. However, I'm surprised to notice that the method's return value is only a bool. What if I want to get the QR code's rawValue from it? Is there any way to obtain that value?

Thanks.

searene avatar Aug 26 '22 22:08 searene