A simple way to get the user location in the background.
This library aims at providing you a simple way to get the user location in the background
It currently supports Android, and iOS.
- 👨💻️ Easy to use
- 🔋 Highly configurable so you get the best performance / battery ratio for your use case
- 🔍 Supports both with and without Google Play Services for Android phones without them
- 🏃♂️ Supports background location updates
final location = await getLocation();
print("Location: ${location.latitude}, ${location.longitude}");