TouseefAQ

Results 3 comments of TouseefAQ

> Tried adding `_location.changeSettings(accuracy: LocationAccuracy.low);` as well ass `_location.changeSettings(accuracy: LocationAccuracy.reduced);`, but it didn't help :( Exactly

> Since I needed this functionality ASAP, and there's no feedback so far, I had to switch to the [geolocator library](https://pub.dev/packages/geolocator). Maybe this will help you 🙂 Yeah but geolocator...