qrcode_scanner icon indicating copy to clipboard operation
qrcode_scanner copied to clipboard

Not Working while select QR image from storage

Open MR0100-zz opened this issue 4 years ago β€’ 4 comments

when I was try to scan QR from the storage then it return some error that I can't find even on google.

MR0100-zz avatar Sep 28 '20 11:09 MR0100-zz

I am also facing the same issue

vjgoutham avatar May 30 '21 09:05 vjgoutham

E/flutter ( 6376): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: FormatException: Invalid envelope E/flutter ( 6376): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:599:7) E/flutter ( 6376): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:158:18) E/flutter ( 6376): E/flutter ( 6376): #2 scan (package:qrscan/qrscan.dart:13:32) E/flutter ( 6376): E/flutter ( 6376): #3 _MyAppState.build.. (package:fluttertestingspeech1/main.dart:825:53) E/flutter ( 6376):

vjgoutham avatar May 30 '21 09:05 vjgoutham

permission_handler: ^8.1.1 θŽ·ε–δΈ€δΈ‹ε­˜ε‚¨ζƒι™ await Permission.storage.request();

igufei avatar Jul 08 '21 13:07 igufei

I am also facing the same issue, and solved with change sdkversion in android/app/build.gradle defaultConfig { .... targetSdkVersion 30 // to 28 .... }

ardipermana59 avatar Jul 28 '21 10:07 ardipermana59