location 5.0.0-dev.2 copy "location: ^5.0.0-dev.2" to clipboard
location: ^5.0.0-dev.2 copied to clipboard

Get the location of your user

Flutter Location

A simple way to get the user location without thinking about permission.

Melos docs.page

DocumentationPub.devGitHub

About #

This librarie aims at providing you a simple way to get the user location without thinking about permission. It's also heavily configurable so you can easily get better performance or better battery.

Youtube Video

It currently supports Android, iOS, macOS and Web. Support for remaining platforms is incoming.

Features #

  • 👨‍💻️ Easy to use
  • 🛰 Handles requesting permission and enabling GPS automatically for you
  • 🔋 Highly configurable so you get the best performance / battery ratio for your usecase
  • 🔍 Supports both with and without Google Play Services for Android phones without them
  • ⭐️ Flutter Favorite

How to start? #

Go to the documentation to start using Location!