qrcode_scanner
qrcode_scanner copied to clipboard
Not Working while select QR image from storage
when I was try to scan QR from the storage then it return some error that I can't find even on google.
I am also facing the same issue
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):
permission_handler: ^8.1.1 θ·εδΈδΈεε¨ζι await Permission.storage.request();
I am also facing the same issue, and solved with change sdkversion in android/app/build.gradle
defaultConfig { .... targetSdkVersion 30 // to 28 .... }