flutter-geolocator
                                
                                
                                
                                    flutter-geolocator copied to clipboard
                            
                            
                            
                        Android and iOS Geolocation plugin for Flutter
## π¬ Questions and Help As the geolocator's document mentions, LocationManager will be used when the FusedLocationProviderClient is not available on Android. I have multiple android phones with different models...
## π Bug Report I am seeing the GPS popup coming twice when I press "Ok" for the first popup. ### Expected behavior GPS popup should appear only once. ###...
## π Feature Requests ### Contextualize the feature All external GPS devices have this information using the NMEA protocol. ### Describe the feature Number of satellites connected to capture location....
## π Feature Requests Get the **Geolocator.isLocationServiceEnabled()** in the location modes, (High Precision, Battery Saver, Device Only). ### Contextualize the feature Android devices have location modes **(High Precision, Battery Saver,...
## π¬ Questions and Help Thanks for the new updates. I have a question though, currently when we call "**getCurrentPosition**", only then pop-up is displayed to turn on the GPS(if...
Hi I am using ios simulator 15.5 and running this code: ``` Position posisiNow = await Geolocator.getCurrentPosition(desiredAccuracy: LocationAccuracy.high); ``` when I try to print ```posisiNow.latitude```, I always get ```NoSuchMethodError: The...
## π Feature Requests We need some modifications to the package to support this feature because it is definitely useful for some people. ### Platforms affected (mark all that apply)...
## π Regression The plugin seems not work anymore on iOS 16, Xcode 14. ### Old (and correct) behavior Geolocator.isLocationServiceEnabled() was correclty getting the system service information. ### Current behavior...
## π Bug Report **Unhandled Exception: No location permissions are defined in the manifest. Make sure at least ACCESS_FINE_LOCATION or ACCESS_COARSE_LOCATION are defined in the manifest.** I've added the permissions...
## π Bug Report MissingPluginException (MissingPluginException(No implementation found for method isLocationServiceEnabled on channel flutter.baseflow.com/geolocator)) ### Expected behavior I only need if the user activate their GPS ### Reproduction steps ItΒ΄s...