flutter-geolocator
flutter-geolocator copied to clipboard
Android and iOS Geolocation plugin for Flutter
## 🐛 Bug Report With location permissions being set to "Accuracy: reduced" I only receive a position when starting the stream - but no further position. ### Expected behavior At...
## 🏗 Enhancement Proposal At https://github.com/Baseflow/flutter-geolocator/blob/geolocator_v9.0.2/geolocator/README.md?plain=1#L58 Geolocator tells devs to inlude either (**OR**) permission: > On Android you'll need to add either the `ACCESS_COARSE_LOCATION` or the `ACCESS_FINE_LOCATION` permission to your...
## 🚀 Feature Requests Relevant for Android 12+. Add functionality to change an existing approximate location permission to precise, without leaving the app. ### Contextualize the feature Calling `Geolocator.requestPermission()` will...
Add a "Trouble shooting" section to the README file and point to it from the issue template. Entries should include: - Check if configuration is correct (Info.plist on iOS and...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Doc Update ### :arrow_heading_down: What is the current behavior? App crashes on iOS when app...
Simple updating grammatical word: meaningfull to meaningful *Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider...
### 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...
Just the spelling and grammar fixes. No changes to the enum *List at least one fixed issue.* ## Pre-launch Checklist - [✓] I made sure the project builds. - [✓]...
This update includes the following changes: 1. Android 34 now includes properties for MSL altitude so we can use that instead of the MSL from NMEA messages when available. 2....
### 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...