-
-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods) #586
Comments
Hi @huangsir0, To resolve this problem please try the following:
If the above doesn't work please have a look at this issue. Other related issues that might help:
I am going to close this issue as this doesn't seem related to the plugin itself but more the user environment. However if you have any follow up questions don't hesitate to leave another comment. |
@mvanbeusekom , Thanks for your reply. I have tried your instructions but the error still seems to persist . |
@Farial-mahmod which platform are you targeting? Note that permission_handler doesn't (yet) support web and Linux. |
I have the same error when running on ios device:
Can anyone please help? |
Here is where I use the permission_handler
|
Hi @CristiCh, Can you check the versions of the Could be a mismatch there. Also which version of the permission_handler are you using? Can you update to the latest version using:
|
Hi @mvanbeusekom, I only had permission_handler: ^11.3.1 in pubspec.yaml. Do I also need to add the permission_handler_apple? Thank you very much! |
No the You can check the version in the |
MissingPluginException
MissingPluginException(No implementation found for method checkPermissionStatus on channel flutter.baseflow.com/permissions/methods)
Version: permission_handler ^7.1.0
kotlin: ext.kotlin_version = '1.4.10'
doctor
[✓] Flutter (Channel stable, 2.2.0, on macOS 11.2.3 20D91 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.2)
[✓] VS Code (version 1.56.2)
[✓] Connected device (4 available)
Platform:
The text was updated successfully, but these errors were encountered: