flutter-geolocator
                                
                                
                                
                                    flutter-geolocator copied to clipboard
                            
                            
                            
                        Android and iOS Geolocation plugin for Flutter
Having this issue on emulator, Android 12 With google services installed & updated ``` [ +80 ms] E/AndroidRuntime(31825): FATAL EXCEPTION: main [ ] E/AndroidRuntime(31825): Process: com.google.android.gms.persistent, PID: 31825 [ ]...
## 🚀 Feature Requests Support to get the heading of the device on a Windows machine. Like when making using it for maps on a windows tablet. ### Contextualize the...
## 🐛 Bug Report ### Expected behavior After requestPermission() returns "always", getCurrentPosition() should not get PermissionDeniedException . ### Reproduction steps I copied below code from https://pub.dev/packages/geolocator and put in main.dart...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Adds ability to listen to NMEA messages on Android. ### :memo: Links to relevant issues/docs...
## 🐛 Bug Report I am passing a custom foreground config in locationSettings for android, basically I am changing the notification title and notification text. However, the notification title and...
[ANDROID]`GeolocatorPlatform.requestPermission()` returns `deniedForever` when dismissing the dialog
## 🐛 Bug Report When dismissing the permission dialog by pressing on the background, `GeolocatorPlatform.requestPermission()` erroneously returns `deniedForever`. However, when you fetch the location permission via `GeolocatorPlatform.checkPermission()`, this returns `denied`...
## 💬 Questions and Help Hi all. I don't want to fill a bug issue, as I'm not entirely sure if I'm doing something wrong. I'm developing a GPS tracking...
## 🔙 Regression Android GPS accuracy negatively affected after upgrading to 8.2.0 ### Old (and correct) behavior Previously on android devices and emulator, listening to a position stream with with...
## 💬 Questions and Help The accuracy table that we can find in the bottom of the readme.md file is a little confusing. Many people reported that they got better...
## 🐛 Bug Report I wanted to try to listen to locations even after i terminate app so i added ```foregroundNotificationConfig: const ForegroundNotificationConfig( notificationText: "Example app will continue to receive...