A Flet extension for displaying interactive maps.
It is based on the flutter_map Flutter package.
Detailed documentation to this package can be found here.
| Platform | Windows | macOS | Linux | iOS | Android | Web |
|---|---|---|---|---|---|---|
| Supported | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
To install the flet-map package and add it to your project dependencies:
-
Using
uv:uv add flet-map
-
Using
pip:pip install flet-map
After this, you will have to manually add this package to your
requirements.txtorpyproject.toml.
For examples, see these.