Skip to content

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

License

Notifications You must be signed in to change notification settings

RideAmigosCorp/back_location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}");

About

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Resources

License

Stars

Watchers

Forks

Packages

No packages published