maps/mobile/lib
Shautvast a3aaf1b6de fix: stop syncing gesture positions back to mapProvider
Removed the updateCamera() call from onPositionChanged. Previously,
every gesture-driven pan/zoom frame updated the provider state, which
triggered ref.listen to call _mapController.move() redundantly.
This caused flutter_map's TileLayer to cancel in-flight tile loads
on every frame — producing partially-rendered maps and crashes when
zooming out during tile loading.

The ref.listen now only fires for programmatic changes (locateUser,
zoomIn/zoomOut), which are infrequent single-shot moves.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-04 16:15:02 +02:00
..
app draft 2026-03-30 09:22:16 +02:00
core test url by default 2026-04-04 15:33:22 +02:00
features fix: stop syncing gesture positions back to mapProvider 2026-04-04 16:15:02 +02:00
main.dart Fix: parameter is not a valid OSRM v5 parameter. 2026-03-31 12:29:17 +02:00