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

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

0.1.2 - 2026-03-05 #

Fixed #

  • Fixed iOS HTTP method parsing so PATCH (and uppercase method values from Flutter) is sent correctly instead of falling back to POST.

0.1.1 - 2026-03-03 #

Added #

  • Location Settings: Added openLocationSetting() feature to easily direct users to device location settings.

Fixed #

  • Fixed iOS getCurrentLocation fetch issue.

0.1.0 - 2026-01-03 #

Added #

  • iOS Support: Added full support for iOS background location tracking.
  • Native Swift implementation.

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
4
likes
150
points
89
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on background_location_transmitter

Packages that implement background_location_transmitter