Hi I am using <code>google_maps_flutter: ^2.2.0</code> and <code>geolocator: ^9.0.1</code> to show real time location user and I need to get the coordinates of latitud...
I want to be able to monitor for location updates within the GoogleMap body so when the user approaches a certain point on the map the if statement in checkFirstClue()...
I am trying to detect Mock Location. I have installed Fake location app and enabled Mock Locations in Settings (Under Developer Options). But when I try to detect Mock...
Flutter error while release apk file: I try to get location(Lat and Long) It's work well on debug mode but it's error on release mode. if anyone know pls help me thank...
When I went to update my app on Google Play, I saw a warning about something called Sensitive app permissions that I haven't seen before. It seems to conce...
I need some help I am creating a app that users can select a custom pickup point i have managed to make the prediction dropdown list work but i am failing to pa...
i want to set a background location tracker for that i use the location_background plugin and follow the steps in <a href="https://github.com/Lyokone/flutterlocation/w...
Can some one tell me how can i extract the latitude and longitude for the below code? I am using the location package from pub.dev to get the users current location. W...
I am trying to fetch nearby users based on geolocation but my stream does not have any data. I am using the <a href="https://pub.dev/packages/geoflutterfire2" rel="nof...
I am currently using the latest geolocator that is 'geolocator: ^9.0.1'and for some reason am not able to get any data from the position function when i run <pre><...
I am using <a href="https://pub.dev/packages/geoflutterfire" rel="nofollow noreferrer"><code>geoflutterfire</code></a> package to get all documents within a certain ra...
Package used:<a href="https://pub.dev/packages/location" rel="nofollow noreferrer">https://pub.dev/packages/location</a> My code: <pre><code>void main() asy...
I have been working on a ride sharing app in flutter, I have managed to track location of user but now I need the app to record the kilometers covered by the user as t...
I'm working on a fitness/health flutter app project. My app work just works fine on android, but the app crashes and stops working immediately in ios when I'm...
I cannot display the current location of my mobile device. The error is: E/GoogleMapController( 4641): Cannot enable MyLocation layer as location permissions are not g...