You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use the method getLocation() waiting for the future result, only the last one is returned. All the previous ones stops executing. An example would be something like the code below:
All the permissions where requested and granted before hand in this case.
Only the second future builder in this case will finish its execution. If I add one more Futurebuilder the same thing happens and only the last one will execute.
Expected behavior
Just wondering if this is the right behavior. One would expect to get the result on all cases.
Tested on:
Android, API Level 34 on simulator and real device
Other plugins:
Additional logs
The text was updated successfully, but these errors were encountered:
Describe the bug
When I use the method getLocation() waiting for the future result, only the last one is returned. All the previous ones stops executing. An example would be something like the code below:
All the permissions where requested and granted before hand in this case.
Only the second future builder in this case will finish its execution. If I add one more Futurebuilder the same thing happens and only the last one will execute.
Expected behavior
Just wondering if this is the right behavior. One would expect to get the result on all cases.
Tested on:
Other plugins:
Additional logs
The text was updated successfully, but these errors were encountered: