adaptive_location_tracker 0.0.2
adaptive_location_tracker: ^0.0.2 copied to clipboard
A battery-efficient adaptive location tracker with offline sync, Kalman filtering, and foreground service support.
0.0.2 #
- Added WebSocket support (
isWebSocketflag). - Added support for passing
extraDatato be included in location payloads. - Updated
start()method to return aFuture<bool>for success/failure status. - Improved example app with full test bench.
0.0.1 #
- Initial release.
- Added background location tracking with foreground service.
- Implemented adaptive Kalman Filter for location smoothing.
- Added offline storage (SQLite) with auto-sync capability.
- Added configurable HTTP endpoint and headers.
- Added outlier detection and battery efficiency optimizations.