flutter_background_location_tracker 0.1.0
flutter_background_location_tracker: ^0.1.0 copied to clipboard
Durable foreground and background location tracking for Android and iOS with activity, mock-location signals, segmented storage, and export.
0.1.0 #
- Added native Android foreground-service and iOS Core Location tracking.
- Added activity recognition and adaptive moving/stationary sampling profiles.
- Added per-fix mock/simulation evidence with allow, flag, and reject policies.
- Added durable Track, TrackSegment, and TrackPoint SQLite storage.
- Added start, crash-durable pause, next-day resume, completion, and startup reconciliation.
- Added acknowledgement-based Android and iOS native fix journals for Flutter-engine handoff recovery.
- Added a leased SQLite upload outbox with deterministic idempotency keys, encoded-byte limits, persisted retry state, and completion handshakes.
- Added offline GeoJSON, KML, and GPX export with segment preservation.
- Added CocoaPods and Swift Package Manager integration for iOS.
- Added an Android/iOS example app and automated lifecycle/export tests.