flutter_offline_background_location 1.0.0
flutter_offline_background_location: ^1.0.0 copied to clipboard
Offline background location tracking plugin. Records location when app is closed or without internet.
1.0.0 #
- Initial release.
- Offline background location tracking (Android) via Foreground Service.
- Configurable interval, accuracy, notification text, retention days, and max records.
- Session support; filter locations by
sessionId. - API:
configure,initialize,startTracking,stopTracking,getLocations,getLastLocation,runCleanup,clearAllLocations. - Optional DB maintenance: retention by days and max record limit; clear all data.