flutter-geolocator
                                
                                
                                
                                    flutter-geolocator copied to clipboard
                            
                            
                            
                        Android and iOS Geolocation plugin for Flutter
## 🐛 Bug Report I actually have two bugs that are somewhat similar. So instead of creating to reports I have them listed as 1) & 2). 1) Location stream...
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Export `AndroidResource` class from the `geolocator` and `geolocator_android` libraries to allow configuring the icon of...
geolocation.getCurrentLocation is not working in my flutter application. i am using geolocator ^6.1.2 compileSdkVersion: 30 minSdkVersion: 21 targetSdkVersion: 30
### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Fix typos in README ### :arrow_heading_down: What is the current behavior? Typos in README files...
## 🐛 Bug Report I'm using the Geolocator.getLastKnownPosition() function as a mean to get the localization of a phone while the app is in background, as flutter doesn't suppot localization...
I can't change icon in notification. ` foregroundNotificationConfig: ForegroundNotificationConfig( notificationText:getMessage('location_check_text'), notificationTitle: getMessage('location_check_title'), notificationIcon: AndroidResource(name: 'ic_stat_onesignal_default'), enableWakeLock: true, ) ` I can't use AndroidResource. Need change export export 'src/types/foreground_settings.dart' show ForegroundNotificationConfig,...
## 🐛 Bug Report On iOS simulator, setting the device to a mock location stream (such as City Run) will produce events in `Geolocator.getPositionStream()`. However, if you call `Geolocator.getCurrentPosition()` while...
## 🐛 Bug Report Hi, I use getCurrentPosition to locate, but the call takes about 120s. I tried multiple times but every time it was around 120s. Google Pixel 6...
Also see: https://github.com/flutter/plugins/pull/656
## 🐛 Bug Report When I make the following call, the getCurrentPosition() function never return and the app keeps waiting for ever. ``` Geolocator.getCurrentPosition( desiredAccuracy: LocationAccuracy.lowest, forceAndroidLocationManager: true, // I...