arbiter_background_location 1.0.0 copy "arbiter_background_location: ^1.0.0" to clipboard
arbiter_background_location: ^1.0.0 copied to clipboard

A Flutter plugin for background location tracking with Android and iOS support.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0 2024-01-XX #

Added #

  • Initial release of flutter_background_location plugin
  • Android implementation with Kotlin using Foreground Service
  • iOS implementation with Swift using CLLocationManager
  • Dart API with stream-based location updates
  • SQLite database integration for local storage
  • API sync functionality for sending locations to server
  • Configurable parameters (interval, distance filter, accuracy)
  • Background location tracking on both platforms
  • Example app with Material 3 UI
  • Complete documentation and README

Features #

  • Stream-based location updates
  • Local database storage with SQLite
  • Automatic API synchronization
  • Configurable tracking parameters
  • Background service on Android
  • Background location updates on iOS
  • Error handling and logging
  • Permission management
3
likes
160
points
42
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for background location tracking with Android and iOS support.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, http, shared_preferences, sqflite

More

Packages that depend on arbiter_background_location