arbiter_background_location 1.0.0
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