tracelet_android 0.3.0 copy "tracelet_android: ^0.3.0" to clipboard
tracelet_android: ^0.3.0 copied to clipboard

Android implementation of the Tracelet background geolocation plugin.

0.3.0 #

  • FEAT: One-shot location via getCurrentPosition() with persist, samples, maximumAge, and extras parameters.
  • FEAT: getLastKnownLocation() with 3-tier fallback — in-memory cache → FusedLocationProviderClient → system LocationManager (GPS/Network).
  • FEAT: ForegroundServiceConfig.enabled — conditionally start/stop foreground service based on config.
  • FIX: Replace requestLocationUpdates with sequential getCurrentLocation() calls in collectSamples() to avoid silent throttling on budget devices without foreground service.
  • BREAKING: Requires tracelet_platform_interface: ^0.3.0.

0.2.3 #

  • Fix LICENSE file format for proper SPDX detection on pub.dev.

0.2.2 #

  • Fix ConfigManager.setConfig() — flatten nested section sub-maps (geo, app, http, etc.) sent by Dart before processing. Fixes foreground service notification config (title, text, channel, priority) and all other sub-config values being silently ignored.

0.2.1 #

  • Version bump for coordinated release.

0.2.0 #

  • Add SPDX license: Apache-2.0 identifier for pub.dev scoring.

0.1.0 #

  • Initial release.
  • FusedLocationProvider-based location tracking.
  • Foreground service with configurable notification.
  • Activity recognition via Google Play Services.
  • SQLite persistence with Room.
  • HTTP auto-sync with OkHttp.
  • Geofencing with platform GeofencingClient.
  • Headless Dart isolate execution.
  • Boot-completed receiver for start-on-boot.
  • WorkManager-based scheduling.
0
likes
0
points
223
downloads

Publisher

verified publisherikolvi.com

Weekly Downloads

Android implementation of the Tracelet background geolocation plugin.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, tracelet_platform_interface

More

Packages that depend on tracelet_android

Packages that implement tracelet_android