betracky_background_location
BeTracky Background Location Service — background location tracking with offline storage and upload to your own server.
What this package is like to depend on
Last release 2 months ago
31 May 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
5 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
5 releases · Mar 2025 to May 2026
2026
Releases
latest 5-
2.1.131 May 2026Release notes
Open source →Bug fixes:
offlineEnabled: truenow stores locations in SQLite even when nourlis configured. Previously the local DB write was skipped because the URL guard fired first, makinggetStoredLocations()always return empty for local-only usage.startServicenow throws aStateErrorimmediately if location permission is denied, instead of starting silently and producing no updates.- Added a
debugPrintwarning whenforegroundService: trueon Android, reminding developers to grantPOST_NOTIFICATIONSat runtime (Android 13+). Without it the foreground notification is suppressed and the OS will kill the service when the app is closed. - README: Added "Runtime permissions (critical)" section with explicit code showing
Permission.notification.request()must be called beforestartService.
-
1.0.313 Mar 2025 -
1.0.213 Mar 2025 -
1.0.113 Mar 2025 -
1.0.009 Mar 2025Release notes
Open source →- Initial release of BeTracky Background Location Service.
- Background location tracking with configurable distance filter and accuracy.
- Start on boot and foreground service support.
- Offline mode: store locations locally and upload in batches of 50 when back online.
- Upload locations to a custom endpoint with optional Bearer token authentication.