qrcode_scanner icon indicating copy to clipboard operation
qrcode_scanner copied to clipboard

It is throwing exception in IOS while we call String barcode = await scanner.scan();

Open satyen-savitriya opened this issue 4 years ago • 4 comments

MissingPluginException(No implementation found for method scan on channel qr_scan)

satyen-savitriya avatar Feb 29 '20 08:02 satyen-savitriya

@satyen-savitriya Hey, Have you find any solution for this Exception? I'm getting the same one now.

Purvik avatar Mar 24 '20 07:03 Purvik

Same thing here.

brti avatar Apr 29 '20 07:04 brti

Hello guys, the library does not seem to support IOS yet, so I shifted over to this https://pub.dev/packages/barcode_scan library for now.

satyen-savitriya avatar Apr 29 '20 08:04 satyen-savitriya

I think @satyen-savitriya made a mistake with their hyperlink. This is the intended location is here: https://pub.dev/packages/barcode_scan

BananaNeil avatar Jun 25 '20 07:06 BananaNeil