qr_code_tools icon indicating copy to clipboard operation
qr_code_tools copied to clipboard

unable to scan qr

Open ljbdelacruz opened this issue 4 years ago • 5 comments

tried this: no feedback from scanQRDataByImage(String path, ImagePickerQRScanCallback callback) async{ print(path); async QrCodeToolsPlugin.decodeFrom(path).then((data){ print("SCANNED DATA"); print(data); }); }

ljbdelacruz avatar Mar 06 '20 03:03 ljbdelacruz

I got Exception like this PlatformException(Not found data, null, null)? What is the possible reason for that and any solution ?

AliYar-Khan avatar Apr 20 '20 10:04 AliYar-Khan

@AliYar-Khan works fine now i think it only supports the common qr type here is the package i used please check it out:

  • image_picker
  • qr_flutter

hope this helps

ljbdelacruz avatar Apr 26 '20 02:04 ljbdelacruz

I also got this exception PlatformException(Not found data, null, null) on android device. It's working fine on iOS. Is anything I need to config on android to fix this issue? Thanks.

kenneth1106 avatar May 07 '20 16:05 kenneth1106

I also got this exception PlatformException(Not found data, null, null) on android device. It's working fine on iOS. Is anything I need to config on android to fix this issue? Thanks.

Same here, looks like android devices are not supported?

muarachmann avatar Mar 29 '21 10:03 muarachmann

I also got this exception PlatformException(Not found data, null, null) on android device. It's working fine on iOS. Is anything I need to config on android to fix this issue? Thanks.

Same here, looks like android devices are not supported?

seems not all android device are supported by this package so what i did is use a API call to do the reading of the QR so i am at least assured this still works across android devices might as well check this out hope this helps

http://goqr.me/api/

ljbdelacruz avatar Mar 30 '21 01:03 ljbdelacruz