Skip to content
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

[BUG] it wont install the plugin because my permission_handler is up to date #80

Closed
jack84156 opened this issue May 5, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jack84156
Copy link

Because every version of agora_uikit depends on permission_handler ^8.0.0+1 and my app depends on permission_handler ^9.2.0, agora_uikit is forbidden.
So, because my app depends on agora_uikit ^0.0.4, version solving failed.
pub get failed (1; So, because whosaround depends on agora_uikit ^0.0.4, version solving failed.)

@jack84156 jack84156 added the bug Something isn't working label May 5, 2022
@Meherdeep
Copy link
Contributor

Hey @jack84156 ,

You can add all the additional permissions you need in the enabledPermission array inside the AgoraClient class.

@Meherdeep
Copy link
Contributor

Hope the above solution helped. If the problem still persists you can use the latest version of the UIKit (v1.0.0) where we are using the latest version of permission_handler (v9.2.0)

If the problem still persists feel free to reopen the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants