flutter_background_location library
Offline background location tracking for Flutter (Android).
Records location when the app is in background or closed, without internet. Use FlutterBackgroundLocation.instance to configure, start/stop tracking, and read stored LocationRecords.
Classes
- BackgroundLocationConfig
- Configuration for background location tracking.
- FlutterBackgroundLocation
- Public API for background location tracking. Use configure, then initialize, then startTracking / stopTracking.
- LocationRecord
- A single location record stored by the plugin.
Enums
- LocationAccuracy
- Location accuracy level; maps to Android accuracy constants.