Device manufacturer / model: Oppo Flutter info (flutter doctor): [✓] Flutter (Channel stable, 3.24.1, on macOS 14.6.1 23G93 darwin-arm64, locale en-ES) • Flutter version 3.24.1 on channel stable at /Users/millerf/Documents/repos/flutter • Upstream repository https://github.com/f...
E/TSLocationManager( 3779):‼️Failed to find SingleLocationRequest in START action; requestId: 1; Intent: Intent { act=start cmp=com.transistorsoft.flutterbackgroundgeolocationexample/com.transistorsoft.locationmanager.service.LocationRequestService (has extras) } D/TSLocationManager( 3779): [c.t...
E/flutter (24131): [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:flutter_background_geolocation/flutter_background_geolocation.dart' not found. E/flutter (24131): [ERROR:flutter/runtime/dart_isolate.cc(668)] Could not resolve main entrypoint functio...
project :flutter_background_geolocation | +--- com.transistorsoft:tslocationmanager:+ -> 3.2.10 | +--- com.google.android.gms:play-services-location:20.0.0 (*) project :geolocator_android | +--- com.google.android.gms:play-services-location:20.0.0 | | +--- com.google.android.gms:pla...
I am running the example application provided with the plugin. I am trying to send the raw acceleration and gyroscope data to the server using the "extra" key. But the background headless task keeps closing and reports an unhandled error...
sdk: flutter flutter_background_geolocation: ^4.2.1 google_maps_flutter: ^2.0.6 dev_dependencies: flutter_test: sdk: flutter flutter: === App's pubspec: name: *** description: ***2 publish_to: 'none' version: 1.0.0+1 environment: sdk: '>=...
BackgroundGeolocation.state; Logger.debug('current bg geolocation config: ${currentConfig.toMap()}'); bg.BackgroundGeolocation.ready(bg.Config( logLevel: isProd ? bg.Config.LOG_LEVEL_ERROR : bg.Config.LOG_LEVEL_VERBOSE, reset: true, url: "${EnvironmentConfig.API_URL}/api/courierLocation",...