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.
This commit is contained in:
dmit.b
2026-06-25 13:24:24 +03:00
parent 5f59e17da8
commit 506608c508
6 changed files with 105 additions and 75 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ dependencies:
latlong2: ^0.9.1
geolocator: ^14.0.2
shared_preferences: ^2.2.2
flutter_background_geolocation: ^4.13.0
flutter_foreground_task: ^8.0.0
flutter_local_notifications: ^18.0.1
dev_dependencies: