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

I'm trying to use Geolocator.getPositionStream() in the background to receive the position continuously for a long time even when the app is closed. **The problem is that notifications are visible...

type: bug
platform: android
P2
background-foreground-location

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). ### Please select affected platform(s) - [ ] Android - [ ] iOS...

type: enhancement
platform: linux
P3

It seems like background location updates are supported on Android?

Resolves: [1216](https://github.com/Baseflow/flutter-geolocator/issues/1216) ## Pre-launch Checklist - [x] I made sure the project builds. - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. -...

Resolves [1366](https://github.com/Baseflow/flutter-geolocator/issues/1366) by adding an onFailed listener and catching the error. ## Pre-launch Checklist - [ ] I made sure the project builds. - [ ] I read the [Contributor...

Fix spellings in comments of `LocationPermission` ## Pre-launch Checklist - [x] I made sure the project builds. - [x] I read the [Contributor Guide] and followed the process outlined there...

## 🚀 Feature Requests It would be nice if we are able to reuse an existing notification instead of creating a new one. ### Contextualize the feature Let's say you...

type: enhancement
platform: android
P3
background-foreground-location

### Is there already an issue requesting this feature? - [X] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). ### Please select affected platform(s) - [X] Android - [ ] iOS -...

type: enhancement
platform: android
P3

## 🏗 Enhancement Proposal If your app only needs access to the location while the app is in use, the app should only specify NSLocationWhenInUseUsageDescription in Info.plist, otherwise you could...

type: enhancement
platform: ios
P2

*Removed exception as not needed we are already setting confirmationHandler to nil in the end* *List at least one fixed issue.* 1. https://github.com/Baseflow/flutter-geolocator/issues/581 ## Pre-launch Checklist - [✅] I made...