Johannes
Johannes
Considering the last commit was last October, I'm wondering whether the company behind Marketplacekit is still actively developing the software. Can anybody share some insight?
In some use cases, only GPS positions are desired, as network locations may be badly inaccurate or even unplausible. So the type of requested location provider should be configurable from...
When setting `forceLocationManager: true` in `AndroidSettings`, geolocator may still request fused location provider. The reason: `LocationManagerClient` calls [`LocationManager.getBestProvider()`](https://developer.android.com/reference/android/location/LocationManager#getBestProvider(android.location.Criteria,%20boolean)) in order to get an appropriate location provider. This method may return...
Added an option `AndroidSettings.forceProvider` that forces the plugin to use a specific provider out of the currently four available Android location providers. As discussed with @mvanbeusekom, this option is to...
### Please check the following before submitting a new issue. - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [X] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...
We're using Drift with a background isolate (using flutter_foreground_task). We're using the setup recommended in the Drift docs to set up the drift isolate with `spawn` and `lookupByPortName`. It works...
### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [x] I have carefully [read the documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md). ### Please select for...
### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...