flutter-geolocator icon indicating copy to clipboard operation
flutter-geolocator copied to clipboard

Android and iOS Geolocation plugin for Flutter

Results 259 flutter-geolocator issues
Sort by recently updated
recently updated
newest added

## πŸ’¬ 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...

type: enhancement
platform: android
P2

## πŸ› 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. ###...

platform: android
status: triage

## πŸš€ 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....

type: enhancement

## πŸš€ 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,...

type: enhancement
platform: android
P2
refactor

## πŸ’¬ 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...

type: enhancement
platform: android
P2
refactor

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...

platform: android

## πŸ› 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...