flutter_background_geolocation
flutter_background_geolocation copied to clipboard
Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection
## Your Environment * Plugin version: `4.7.0` * Platform: `iOS` * OS version: `15.5` * Device manufacturer / model: `iPhone 13 pro max` * Plugin config: ```dart { activityRecognitionInterval =...
## Your Environment * Plugin version: 4.7.0 * Platform: IOS * OS version: 15.5 * Device manufacturer / model: Iphone 12 mini * Flutter info (`flutter doctor`): [✓] Flutter (Channel...
## Your Environment * Plugin version: 4.7.0 * Platform: Android 11 * OS version: MIUI Global 12.5.6 * Device manufacturer / model: M2003J6A1G * Flutter info (`flutter doctor`): [√] Flutter...
bg.Location always return "still 100%" but TSLocationManager at the startup gives the good activity
I noticed that if the location service is started while driving, only the "Still" activity at 100% is shown by your plugin while for example the logs show: ```TSLocationManager(14200): 🚘...
## Your Environment * Plugin version: 4.7.0 * Platform: iOS * OS version: 15.5 * Device manufacturer / model: iPhone 13 pro max * Flutter info (`flutter doctor`): * Plugin...
## Your Environment * Plugin version: 4.4.0 * Platform: iOS and Android * OS version: Android 10 and IOS 13 * Device manufacturer / model: Samsung s9 plus and IOS...
I am using `state.enabled` to notify the user when geolocation is switched off or on: ` await stopTransistorsoft().then((state) => serviceActive = state.enabled);` Flag `serviceActive` is used to update the UI...
## Your Environment * Plugin version: 4.4.0 * Platform: Android * OS version: Android 11 * Device manufacturer / model: realme RMX1931 * Flutter info (`flutter doctor`): Flutter (Channel stable,...
After migrating to the latest version(v4.7.0), the location updates are not received in emulators(with Play Route). Note that, it was easily retrieved in v4.6.3 by `changePace` in the emulator. Moreover,...
## Your Environment * Plugin version: 4.7.0 * Platform: iOS * OS version: 15.5 * Device manufacturer / model: iPhone XR * Flutter info (`flutter doctor`): ``` shivamsrivastava@Shivams-iMac ~ %...