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: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-15T14:45:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T09:07:42.695Z (about 2 months ago)
- Topics: background-location-tracking, dart, flutter-plugin, kotlin, location-tracking, swift
- Language: Kotlin
- Size: 1.55 MB
- Stars: 299
- Watchers: 13
- Forks: 376
- Open Issues: 155
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# background_locator  [](https://pub.dartlang.org/packages/background_locator)  
A Flutter plugin for getting location updates even when the app is killed.

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)