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
The Bug:
On ios, after giving location permission the didUpdateLocations returns and no location is going to flutter's listener.
I understand the logic why setting the default to 2, since you dont want old locations to be streaming to flutter, but you have a timestamp on the location and its better the developer decides what to do with old locations.
On emulators there are no updates to location, since its a fixed location, and also in wifi network the gps location update can take time to occur, so i ended up waiting for about 10 seconds for real iphone to get location, and inifnite time on the emulator.
I think the defaul should be 0 , and also when you stoplistening set it to 0.
Expected behavior
Getting Location
The text was updated successfully, but these errors were encountered:
The Bug:
On ios, after giving location permission the didUpdateLocations returns and no location is going to flutter's listener.
I understand the logic why setting the default to 2, since you dont want old locations to be streaming to flutter, but you have a timestamp on the location and its better the developer decides what to do with old locations.
On emulators there are no updates to location, since its a fixed location, and also in wifi network the gps location update can take time to occur, so i ended up waiting for about 10 seconds for real iphone to get location, and inifnite time on the emulator.
I think the defaul should be 0 , and also when you stoplistening set it to 0.
Expected behavior
Getting Location
The text was updated successfully, but these errors were encountered: