live_location_tracker_plus 1.0.1 copy "live_location_tracker_plus: ^1.0.1" to clipboard
live_location_tracker_plus: ^1.0.1 copied to clipboard

A Flutter plugin for live background location tracking with geofencing, Firebase sync, and battery optimization. Supports Android foreground service and iOS background modes.

Changelog #

1.0.1 — Patch #

  • Updated example app configuration and documentation

1.0.0 — Initial Release #

Features #

  • Background Location Tracking — Android foreground service + iOS background modes
  • Real-Time Stream Updates — Stream-based location updates via EventChannel
  • Geofencing Support — Monitor circular regions for enter/exit/dwell events
  • Firebase Sync — Optional automatic Firestore sync for location & geofence data
  • Battery Optimization — Three tracking modes: High Accuracy, Balanced, Low Power
  • Permission Handling — Built-in foreground & background permission requests
  • Dynamic Mode Switching — Change tracking mode while actively tracking
  • Notification Permission — Automatic POST_NOTIFICATIONS handling for Android 13+
  • Service Resilience — Foreground service survives app close/swipe with START_STICKY
  • Boot Restart — Auto-restart tracking after device reboot via BootCompletedReceiver

Platforms #

  • Android (minSdk 24, uses FusedLocationProviderClient + ServiceCompat)
  • iOS (14.0+, uses CLLocationManager)

Example App #

  • Google Maps integration
  • Real-time polyline route tracking
  • Tap-to-add geofence regions
  • Tracking mode selector
  • Location stats dashboard
2
likes
150
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for live background location tracking with geofencing, Firebase sync, and battery optimization. Supports Android foreground service and iOS background modes.

Repository (GitHub)
View/report issues
Contributing

Topics

#location #gps #geofence #tracking #background

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on live_location_tracker_plus

Packages that implement live_location_tracker_plus