flutter-geolocator
flutter-geolocator copied to clipboard
Android and iOS Geolocation plugin for Flutter
### 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...
### Please check the following before submitting a new issue. - [ ] 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...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) It return is removed from the ios native permissionhandle.m ### :arrow_heading_down: What is the current...
### 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...
## 💬 Questions and Help how to implement background location(when app terminated)? I see a lot of packages for background location but is it impossible to implement this just using...
### 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...
### 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...
## 🚀 WearOs Support Feature Request As WearOS is based on android and works quite similar, it would be great to have geolocator support it. So far none of the...
## 🚀 Feature Requests Add support for getLastKnownPosition in geolocator_web. See https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator_web/lib/geolocator_web.dart#L70
## 🐛 Bug Report The property `heading` of `Position` is mis-named. It is actually the course, which can be seen clearly on [this line of `LocationMapper.m`](https://github.com/Baseflow/flutter-geolocator/blob/8399525d4eac067429f0898feb513546346d7432/geolocator_apple/ios/Classes/Utils/LocationMapper.m#L33) for iOS. This is...