-
[Uploading geolocator old.csv…]()
-
### 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 docu…
-
### 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 docu…
-
### 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 d…
-
I could be missing something, but any reason why Geolocator.isAvailable is a `suspend fun`?
It's implemented in DefaultGeolocator:
```
override suspend fun isAvailable(): Boolean = withContext(…
-
### 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 d…
-
### 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 docu…
-
### 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 docu…
-
geolocation.getCurrentLocation is not working in my flutter application.
i am using geolocator ^6.1.2
compileSdkVersion: 30
minSdkVersion: 21
targetSdkVersion: 30
-
I have tried searching about this issue extensively but I could not find an answer.
My Clima App refuses to give me the geolocation. The geolocator package does not seem to work. I am really confused…