-
Notifications
You must be signed in to change notification settings - Fork 463
No implementation for method requestCameraPermission ( 3.0.0-dev.3) #211
Comments
Please provide a minimal working example to reproduce the problem. Are you using proguard? |
Thanks for the quick response !
... does not work. |
Please try to add |
Yes, that works. I had to create the android/app/proguard-rules.pro file as it didn't exist. |
Perfect, thanks for the information! I'll check if I can create a proguard-rules.pro file for the package so users don't need to activate it by them self. If it's not possible I'll update the docs! |
The latest version (3.0.0) contains a fix for the problem so you don't need to add the rule to the proguard file. |
Hi
Using the new version 3.0.0-dev.3 for Android, it works very well in the debug build but if I build an app bundle to test the release build I get "MissingPluginException(No implementation found for method requestCameraPermission on channel de.mintware.barcode_scan)".
This happens every time you try a scan.
Any ideas ? Thanks...
The text was updated successfully, but these errors were encountered: