Closed 4A6F6F6E61 closed 1 year ago
Plugin version: ^4.8.1
iOS 16.4 made changes. See the CHANGELOG and upgrade to latest
Thanks for the info, I'll check it out.
I didn't change my code but all of the sudden the location tracking works again as it should. I am unable to find a reason why it sometimes worked as it should and other times only fetches the location ca 3 times at the start and then just quietly stops. Is there some way to get mote detailed logs from this package like for example why it stopped? My console is just empty when this happens. Help would be greatly appreciated.
See Wiki "Debugging". The plugin has an incredible logger. learn to use it.
Thanks, I will use this the next time I encounter this issue!
Your Environment
flutter doctor
):• No issues found!
Expected Behaviour
The App should keep fetching the current location
Actual Behaviour
The App fetches my location 1-3 times at the start of my App, but then just silently stops. My location doesn't update anymore and I get no [onLocation] printed in the terminal. I don't even get an Error-code or something that would explain why the location tracking stopped. This happened to me before, but after reinstalling MacOS and my DevTools it worked again for a few days. I checked out earlier versions of my App in Git that I know worked in the past, thinking that I may have fucked something up in the latest version but they also don't work.
Steps to Reproduce
Context
Fetch the current location and save it as a GeoHash in my Firebase backend
Debug logs
Logs
``` nothing ```