bcko / flutter_qrcode_reader

Flutter qrcode reader
MIT License
233 stars 92 forks source link

I cannot use this plugin It has this error #62

Open hieuh0 opened 4 years ago

hieuh0 commented 4 years ago

E/flutter (12364): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: MissingPluginException(No implementation found for method readQRCode on channel qrcode_reader) E/flutter (12364): #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:319:7) E/flutter (12364):
E/flutter (12364): #1 QRCodeReader.scan (package:qrcode_reader/qrcode_reader.dart:74:27)

I tried with all the same issues but still the same error.

qrcode_reader: git: https://github.com/bcko/flutter_qrcode_reader.git

elvincali commented 4 years ago

Yeah same error for me too i am not getting any idea hoe to solve it if anyone can help????pls help us

https://github.com/bcko/flutter_qrcode_reader/pull/57#issuecomment-575262152

johanhenselmans commented 4 years ago

Did you try qrcode_reader: git: https://github.com/bcko/flutter_qrcode_reader.git

in your pubspec.yaml?

Unfortunately I can not publish to pub.dev.

LeanGardella commented 4 years ago

Same problem here! I decided to change to qrscan 0.2.17 which works fine!

oscarcolima commented 4 years ago

Same problem here! I decided to change to qrscan 0.2.17 which works fine!

qr scan 0.2.17 does not work to ios be careful

NaagAlgates commented 3 years ago

As suggested by @johanhenselmans , use this in your pubsec.yaml

qrcode_reader: git: https://github.com/bcko/flutter_qrcode_reader.git