-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Android] Can't run project in flutter 3.19.0 #231
Comments
I solve the problem by changing
But, I am afraid this approach may affect some functionality in this package Another solution is to add this in your flutter project
|
@kkday-kevinhorasia project is running, but the first run crashed and happened exception when requesting permission from Twilio |
Hi @yazanturk, About requesting permission from Twilio, in my case it only work for the first time we installed and open the app. I don't know why this happened, maybe you can open a new issue regarding this problem. |
Thank you for reporting the issue, I'll investigate this issue later the week. |
@cybex-dev Thanks |
the problem is solved check the package please ? |
I think it is not a problem according to this docs. It is actually android permissions default behavior (One-time permissions). |
Issue Summary
Steps to Reproduce
This error occur only after adding this
twilio_voice
package to my dependency, if I remove it then I can run the project normally.I think this happen because of this Breaking Changes.
Hopefully you can update this package and solve this problem.
Thank you
The text was updated successfully, but these errors were encountered: