background_location_transmitter
A production-grade Flutter plugin for background location tracking and server-side transmission using native foreground services.
What this package is like to depend on
Last release 5 months ago
05 Mar 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
7 months old
5 releases · first in 2025
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Dec 2025 to Mar 2026
2026
Releases
latest 5-
0.1.205 Mar 2026Release notes
Open source →Fixed
- Fixed iOS HTTP method parsing so
PATCH(and uppercase method values from Flutter) is sent correctly instead of falling back toPOST.
- Fixed iOS HTTP method parsing so
-
0.1.103 Mar 2026Release notes
Open source →Added
- Location Settings: Added
openLocationSetting()feature to easily direct users to device location settings.
Fixed
- Fixed iOS
getCurrentLocationfetch issue.
- Location Settings: Added
-
0.1.003 Jan 2026Release notes
Open source →Added
- iOS Support: Added full support for iOS background location tracking.
- Native Swift implementation.
-
0.0.201 Jan 2026Release notes
Open source →Added
- Dynamic Request Support: Placeholder-based URL and body customization
- Support for
%latitude%,%longitude%,%speed%,%accuracy%,%timestamp%placeholders - Use placeholders in API URL for query parameter construction
- Use placeholders in request body for custom JSON schemas
- Recursive placeholder replacement supporting deeply nested JSON structures
- Support for
- Debug Mode: Conditional logging control
- Configurable Update Interval: Control location update frequency
Fixed
- Nested JSON placeholder replacement now works correctly with
coordinates: { lat: '%latitude%' } - Type safety issues with map casting in recursive functions
- Body validation allowing optional body for PUT/PATCH requests
- Dynamic Request Support: Placeholder-based URL and body customization
-
0.0.129 Dec 2025Release notes
Open source →Added
- Android foreground service for background location tracking
- Server-side transmission with configurable API
- Live location stream via EventChannel
- One-time current location fetch
- Service running state detection
- Android 14+ compliance
Notes
- Initial public release
- Android only