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

### 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 documentation](https://github.com/baseflow/flutter-geolocator/blob/main/geolocator/README.md). ### Please select for...

type: bug
platform: android
P2

### 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 documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: bug
platform: android
P2

Starting from April 2024 SDKs used by applications that are published to the Apple App Store need to specify a privacy manifest and digital signature. Apple reached out with the...

platform: ios
platform: macos
P1

## Changes summary These changes aim to make it possible to implement a GPS track recording app with optimal battery usage in the background while also having a highly responsive...

### 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 documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: enhancement
P2

## 🐛 Bug Report `Geolocator.getPositionStream` listener gets updates even the device is not moved. ```dart // location settings locationSettings = LocationSettings( accuracy: LocationAccuracy.best, distanceFilter: 150, ); positionStream = Geolocator.getPositionStream(locationSettings: locationSettings)...

type: bug
platform: ios
P2

### 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 documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: bug
P2

*Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider including before/after screenshots.* *List at least one...

## 🐛 Bug Report First of all thanks for this library. On Android, if location is disable, the lib asks for permission and Android asks for the user to connect...

type: bug
platform: android
P2

## 🐛 Bug Report On a phone with "Google Location Accuracy" turned off, invoking any method to request location updates causes a system dialog to be displayed on the screen,...

type: bug
platform: android
P2