dynamic_maps_engine 0.0.8
dynamic_maps_engine: ^0.0.8 copied to clipboard
A plug-and-play Flutter map engine powered by Google Maps with smooth marker animation and ETA.
0.0.7 #
- docs: Added comprehensive API reference documentation for all public and internal methods across all services.
- docs: Added full function reference tables for
NavigationVoiceService,DynamicMapCubit,MarkerMotionService,LocationTrackingService,MapCameraService,RouteCalculationService, andIconService. - docs: Documented internal lifecycle methods (
_initializeTts,_updateDisplayInstructions,_checkNavigationProgress,_snapToClosestStep,_checkOffRoute,_buildGradientPolylines, etc.) for contributors. - docs: Added internal vs public method distinction tables with visibility, return type, and description columns.
0.0.6 #
- fix: Roundabout exit number now correctly read from OSRM
maneuver.exitfield, eliminating wrong-exit voice announcements. - fix: OSRM instructions no longer say "onto" when the street has no name (e.g. small roads/alleys). Now gracefully omits the street suffix.
- fix:
recalculateRoutenow uses raw GPS position (_lastRealGpsPosition) instead of the interpolated marker position, fixing rerouting failure on small roads/alleys. - fix: iOS Live Activity
updateActivitynow iterates all active activities instead of relying on a cached in-memory ID, fixing silent update failures in Release builds. - fix: iOS Live Activity
updatenow uses the modernActivityContentAPI instead of the deprecatedactivity.update(using:). - perf: Camera updates throttled to 500ms (simulator) / 1500ms (real GPS) to prevent Android stutter at high speeds.
- perf: Speed display uses an 8-sample moving average with a 1 km/h emission threshold to prevent digit flickering.
0.0.5 #
- feat: Simulator mode now resets and reroutes when stopped, returning to the real GPS position.
- feat: Engine badge (OSRM / Google Maps) is only visible when simulator is active.
- fix:
routeDurationandrouteDistancenow correctly passed through state toOrderDetailsSheet. - fix: Empty order item summary now shows a friendly message instead of "-".
0.0.4 #
- feat: Add smooth marker animation using
MarkerMotionServicewith interpolation. - feat: Add voice turn-by-turn navigation with
NavigationVoiceService. - feat: Smart road snapping — driver icon stays clamped to the route polyline.
- feat: Auto rerouting with configurable
offRouteDistanceandoffRouteThreshold.
0.0.3 #
- feat: add cost optimization comparison to README.
- fix: integrate custom color support for icons.
0.0.2 #
- feat: update navigation and voice engine.
0.0.1 #
- Initial release.