Skip to content

flet-map#

pypi downloads license

A Flet extension for displaying interactive maps.

It is based on the flutter_map Flutter package.

Platform Support#

This package supports the following platforms:

Platform Supported
Windows
macOS
Linux
iOS
Android
Web

Usage#

Installation#

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

uv add flet-map
pip install flet-map  # (1)!
  1. After this, you will have to manually add this package to your requirements.txt or pyproject.toml.
poetry add flet-map

Examples#

See these.