flutter_background_geolocation icon indicating copy to clipboard operation
flutter_background_geolocation copied to clipboard

Sophisticated, battery-conscious background-geolocation & geofencing with motion-detection

Results 227 flutter_background_geolocation issues
Sort by recently updated
recently updated
newest added

I have been struggling to make Android work because installation was not very clear... As [it is written at the moment](https://github.com/transistorsoft/flutter_background_geolocation/blob/master/help/INSTALL-ANDROID.md#if-youre-using-flutter--3190-new-android-architecture), I did put the `ext{}` object at the root...

I had some time on my hands so I decided to help a bit. But I am not sure if those "fixes" could have some side effects on old Flutter...

## Your Environment * Plugin version: 4.13.7 * Platform: Android * OS version: Android 14 and Android 13 (Crash is happening 71% in the background) * Device manufacturer / model:...

## Your Environment * Plugin version: **flutter_background_geolocation: ^4.15.1** * Platform: **Android** * OS version: **10** * Device manufacturer / model: **MI A2** * Flutter info (`flutter doctor`): > **Flutter doctor...

Currently most of the Objective-C classes in this plugin have no prefix. This violates [Apple's recommended practice for library code](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Conventions/Conventions.html), which is very dangerous since collisions would cause undefined behavior...

This is my main.dart void main() async{ bg.BackgroundGeolocation.registerHeadlessTask(headlessTask); runApp(MultiProvider( providers: [ ChangeNotifierProvider(create: (_) => UserProvider()), ], child: const MyApp(), )); } pragma('vm:entry-point') void headlessTask(bg.HeadlessEvent headlessEvent) async { print('[BackgroundGeolocation HeadlessTask]: $headlessEvent');...

IGNORED ISSUE TEMPLATE

## Your Environment * Plugin version: 4.13.4 * Platform: Android * OS version: 14 * Device manufacturer / model: Samsung / A54 * Flutter info (`flutter doctor`): * Plugin config:...

The idea is that all requests done by the library could be tracked using: - https://firebase.google.com/docs/perf-mon - android docs: https://firebase.google.com/docs/perf-mon/network-traces?platform=android We do use that, and it tracks all requests but...

Currently, the plugin supports android devices with Google Play Services (requires Google Mobile Services: GMS). However, there are users who use the new Huawei devices like P50 Pro that are...

Huawei HMS

## Your Environment * Plugin version: 4.9.0 * Platform: Android * OS version: 11.0 (R) - API 30 * Device manufacturer / model: * Flutter info (`flutter doctor`): ``` Doctor...