Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

flet-dev/flet-geolocator

Repository files navigation

THIS PROJECT HAS BEEN ARCHIVED

flet-geolocator is now part of the main Flet repository.

flet-geolocator

pypi downloads license

Adds geolocation capabilities to your Flet apps.

Features include:

  • Get the last known location;
  • Get the current location of the device;
  • Get continuous location updates;
  • Check if location services are enabled on the device.

It is based on the geolocator Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

This package supports the following platforms:

Platform Supported
Windows
macOS
Linux
iOS
Android
Web

Usage

Installation

To install the flet-geolocator package and add it to your project dependencies:

  • Using uv:

    uv add flet-geolocator
  • Using pip:

    pip install flet-geolocator

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

  • Using poetry:

    poetry add flet-geolocator

Examples

For examples, see these.

About

A Flet extension that adds geolocation capabilities to your apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors