2 Commits

Author SHA1 Message Date
dmit.b 506608c508 Replace paid flutter_background_geolocation with free flutter_foreground_task
Replace proprietary flutter_background_geolocation (requires paid license
for Android release builds) with free flutter_foreground_task package.
Background location tracking now uses foreground service with periodic
geolocation updates every 30 seconds.
2026-06-25 13:24:24 +03:00
dmit.b 5f59e17da8 Add Android background geolocation with notification error handling
Add flutter_background_geolocation for background location tracking on Android.
Service automatically sends coordinates to server when app is in background.
Error messages are shown as system notifications using flutter_local_notifications.
2026-06-25 13:20:39 +03:00