background_location_transmitter 0.0.2 copy "background_location_transmitter: ^0.0.2" to clipboard
background_location_transmitter: ^0.0.2 copied to clipboard

PlatformAndroid

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
  • 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

0.0.1 #

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
1
likes
160
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A production-grade Flutter plugin for background location tracking and server-side transmission using native foreground services.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on background_location_transmitter

Packages that implement background_location_transmitter