Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 870 Bytes

A simple way to get the user location in the background.

Melos

About Flutter Back Location

This library aims at providing you a simple way to get the user location in the background

It currently supports Android, and iOS.

Features

  • 👨‍💻️ 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

How to use?

final location = await getLocation();
print("Location: ${location.latitude}, ${location.longitude}");