flutter-geolocator
flutter-geolocator copied to clipboard
Android and iOS Geolocation plugin for Flutter
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...
### 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...
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...
### 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 -...
## 🏗 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...
*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...