-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Strange Behavior on Flutter 0.7.3 #23
Comments
Hi @penjual, thank you for contacting us. Unfortunately I am not able to reproduce this error. I do see however that you are using an instance of the In other words (as the error message also tries to explain), you cannot run multiple requests on the same instance of the Just for your information, here is what I did to try and reproduce your issue:
I am running on the following environment:
And tested on a simulated iPhone 6 (iOS: 9.3) For now I will close this issue, if you have more questions or information please feel free to reply to this issue and we will re-open it if necessary. |
Can reproduce the issue using the sample App. Use two fingers to request multiple permissions at the same time. The |
🐛 Bug Report
[VERBOSE-2:shell.cc(181)] Dart Error: Unhandled exception:
PlatformException(ERROR_ALREADY_REQUESTING_PERMISSIONS, A request for permissions is already running, please wait for it to finish before doing another request (note that you can request multiple permissions at the same time)., null)
Expected behavior
Reproduction steps
Configuration
Version: 2.0.0
Platform:
The text was updated successfully, but these errors were encountered: