relay_driver_engine 0.3.0
relay_driver_engine: ^0.3.0 copied to clipboard
Transport-agnostic Flutter driver location engine with adaptive emission, GPS smoothing, route snapping, and deviation detection for Relay riders.
0.3.0 #
- Worked on improvements for
deviation_detector.dartandroute_snapper.dart
0.2.1 #
- Expanded README with a complete exported API map and corrected example layout.
- Added additional runnable examples for task lifecycle and custom transport adapters.
- Refined publish metadata and API docs for stronger pub.dev scoring compliance.
0.2.0 #
- Stabilized transport lifecycle and send-path error handling for production use.
- Fixed route snapping deviation checks to use nearest segment distance.
- Improved docs and publishing metadata, and added a runnable package example.
0.1.0 #
- Initial public release of
relay_driver_engine. - Added adaptive/heartbeat emission policies with heading and speed triggers.
- Added Kalman filtering, route snapping, and route deviation detection.
- Added transport abstraction with reconnect handling and engine lifecycle events.