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...
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 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...
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...
Using flutter I try to retrieve the current position using StreamSubscription and getPositionStream in geo locator. But I keep getting the error: Error: The method 'ge...
I need to convert LatLng that I already have from map click in my <code>flutter</code> application to be <code>DMS</code>. Here is an example <pre><code>30.033333,...
So am using the google map marker in flutter, but it not working, instead it showing "Undefined name 'mapController'. Try correcting the name to one that is defined, o...
The scenario is like that " i have a system let's say it has 10 users. And the 10th - i have his location in my database - have made an event in the mobile app.<br> i...
I am using the flutter geolocator package to get a device's current location. but, it is not returning the location and sends null values instead of longitude and lati...
I want to get geolocation of my device with flutter but I do not know where the problem is, I'm doing exactly like the readme file for the Flutter Geolocator Plugin an...