flutter_qrcode_reader
flutter_qrcode_reader copied to clipboard
Flutter qrcode reader
Just by simply adding the package the Android version crashes on startup. iOS works perfectly in debug and released version. We are not refering to the qrcode_reader anywhere in our...
Hi, any plans to upgrade to null safety?
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...
Running Gradle task 'assembleRelease'... C:\flutter\.pub-cache\hosted\pub.dartlang.org\qrcode_reader-0.4.4\android\src\main\java\com\matheusvillela\flutter\plugins\qrcodereader\QRCodeReaderPlugin.java:80: warning: [unchecked] unchecked cast arguments = (Map) call.arguments; ^ required: Map found: Object 1 warning
In IOS 13 the CANCEL button is not visible clearly in my iPhone. I want to shift CANCEL button up so that it is not blocked. How can I fix...
`E/flutter ( 5660): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method readQRCode on channel qrcode_reader) E/flutter ( 5660): #0 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:300:7) E/flutter ( 5660): E/flutter ( 5660): #1 QRCodeReader.scan (package:qrcode_reader/qrcode_reader.dart:67:27)...
The app cannot be packaged after the plug-in is installed,
When running the QRCode Scanner on iPads running iOS 13.0, the cancel button isn't visible. Also, the scanner opens up as a pop-up rather than a full-screen scanner.
Publish latest stable pub.dev. Currently latest must be references with a git ref. I think it will benefit the repo and the repos support by having latest on pub.dev #26...