background_location_transmitter 0.0.2
background_location_transmitter: ^0.0.2 copied to clipboard
A production-grade Flutter plugin for background location tracking and server-side transmission using native foreground services.
0.0.2 - 2026-01-01 #
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