smooth_vehicle_tracker 0.2.0
smooth_vehicle_tracker: ^0.2.0 copied to clipboard
Dead-reckoning and polyline-based vehicle tracking for Flutter maps (Google Maps): sparse SSE updates, route snapping, smoothed heading.
Changelog #
0.2.0 #
- Added
VehicleTrackingTickerto centralize the dead-reckoning timer loop in the package. - Improved tracking behavior for sparse updates:
- rotate-then-move marker phase,
- startup/pre-rotation/post-rotation blend phases,
- tighter extrapolation clamps to reduce overshoot near turns,
- better visual repaint gating for smoother marker updates.
- Expanded
VehicleTrackingConfigwith tuning knobs for rotation, startup blending, and extrapolation constraints. - Exported ticker API from
smooth_vehicle_tracker.dart.
0.1.0+2 #
- README orienté utilisateurs : prérequis Flutter/Google Maps, intégration (SSE,
tick, polyligne), tableau de configurationVehicleTrackingConfig. Suppression des instructions réservées aux mainteneurs (publication Git/pub).
0.1.0+1 #
- Métadonnées pub.dev / README (dépôt GitHub, instructions d’installation).
0.1.0 #
- Initial release on pub.dev.
VehicleTrackingEnginewith dead reckoning, polyline snapping, heading smoothing, and soft SSE correction helpers.VehicleTrackingConfig,VehicleTrackingState, andVehicleTrackingMath.