flutter-geolocator
                                
                                
                                
                                    flutter-geolocator copied to clipboard
                            
                            
                            
                        Android and iOS Geolocation plugin for Flutter
## 🐛 Bug Report Under the Android instructions the following line is present: _note that the geolocator plugin doesn't support receiving an processing location updates while running in the background_...
## 🐛 Bug Report I use Stream.periodic(); method to get UserLocation after some time.But when I added app to background after I receive more than 3 parts of data (after...
i face this error when try to run on IOS: Semantic Issue (Xcode): Property 'sourceInformation' not found on object of type 'CLLocation *'
## 🐛 Bug Report I've been trying to switch over to Geolocator due to its support for location on Windows, but the windows version will not build once the plugin...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Feature ### :arrow_heading_down: What is the current behaviour? Currently android reports location altitude as the...
## 🐛 Bug Report When users turn off Precise location from devices settings or chooses **Approximate Location** in android then **getCurrentPosition** doesn't return a value. ### Expected behavior When an...
## 🐛 Bug Report At Android API 30,everything is working fine all of the time. At android API 28 (I test this dozens of times): About half of the time,...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Bug fix ### :arrow_heading_down: What is the current behavior? #1088 changed `stopForeground (boolean removeNotification)` to...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) It provides a new interface where users are able to check whether the "Google Location...
## 🐛 Bug Report I have a user whose app randomly crashes when location sharing is enabled, but when location is denied the application starts up fine. ### Expected behavior...