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. - [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...
Starting from April 2024 SDKs used by applications that are published to the Apple App Store need to specify a privacy manifest and digital signature. Apple reached out with the...
## Changes summary These changes aim to make it possible to implement a GPS track recording app with optimal battery usage in the background while also having a highly responsive...
### 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...
## 🐛 Bug Report `Geolocator.getPositionStream` listener gets updates even the device is not moved. ```dart // location settings locationSettings = LocationSettings( accuracy: LocationAccuracy.best, distanceFilter: 150, ); positionStream = Geolocator.getPositionStream(locationSettings: locationSettings)...
### 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...
*Replace this paragraph with a short description of what issue this pull request (PR) solves and provide a description of the change. Consider including before/after screenshots.* *List at least one...
## 🐛 Bug Report First of all thanks for this library. On Android, if location is disable, the lib asks for permission and Android asks for the user to connect...
## 🐛 Bug Report On a phone with "Google Location Accuracy" turned off, invoking any method to request location updates causes a system dialog to be displayed on the screen,...