Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rekabhq/background_locator
A Flutter plugin for updating location in background.
https://github.com/rekabhq/background_locator
background-location-tracking dart flutter-plugin kotlin location-tracking swift
Last synced: 6 days ago
JSON representation
A Flutter plugin for updating location in background.
- Host: GitHub
- URL: https://github.com/rekabhq/background_locator
- Owner: rekabhq
- License: mit
- Created: 2019-09-17T16:08:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T14:45:21.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:31:22.755Z (3 months ago)
- Topics: background-location-tracking, dart, flutter-plugin, kotlin, location-tracking, swift
- Language: Kotlin
- Size: 1.55 MB
- Stars: 287
- Watchers: 14
- Forks: 322
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# background_locator ![](https://github.com/rekab-app/background_locator/workflows/build/badge.svg) [![pub package](https://img.shields.io/pub/v/background_locator.svg)](https://pub.dartlang.org/packages/background_locator) ![](https://img.shields.io/github/contributors/rekab-app/background_locator) ![](https://img.shields.io/github/license/rekab-app/background_locator)
A Flutter plugin for getting location updates even when the app is killed.
![demo](https://raw.githubusercontent.com/RomanJos/background_locator/master/demo.gif)
Refer to [wiki](https://github.com/rekab-app/background_locator/wiki) page for install and setup instruction or jump to specific subject with below links:
* [Installation](https://github.com/rekab-app/background_locator/wiki/Installation)
* [Setup](https://github.com/rekab-app/background_locator/wiki/Setup)
* [How to use](https://github.com/rekab-app/background_locator/wiki/How-to-use)
* [Use other plugins in callback](https://github.com/rekab-app/background_locator/wiki/Use-other-plugins-in-callback)
* [Stop on app terminate](https://github.com/rekab-app/background_locator/wiki/Stop-on-app-terminate)
* [LocationSettings options](https://github.com/rekab-app/background_locator/wiki/LocationSettings-options)
* [Restart service on device reboot (Android only)](https://github.com/rekab-app/background_locator/wiki/Restart-service-on-device-reboot)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details## Contributor
Thanks to all who contributed on this plugin to fix bugs and adding new feature, including:
* [Gerardo Ibarra](https://github.com/gpibarra)
* [RomanJos](https://github.com/RomanJos)
* [Marcelo Henrique Neppel](https://github.com/marceloneppel)