https://github.com/flet-dev/flet-map
Map control for Flet
https://github.com/flet-dev/flet-map
flet flet-extension flutter map openstreetmap python
Last synced: 15 days ago
JSON representation
Map control for Flet
- Host: GitHub
- URL: https://github.com/flet-dev/flet-map
- Owner: flet-dev
- License: apache-2.0
- Created: 2025-01-08T21:21:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T22:37:02.000Z (10 months ago)
- Last Synced: 2025-06-16T23:28:44.627Z (10 months ago)
- Topics: flet, flet-extension, flutter, map, openstreetmap, python
- Language: Python
- Homepage: https://flet-dev.github.io/flet-map/
- Size: 847 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS PROJECT HAS BEEN ARCHIVED
`flet-map` is now part of the main [Flet repository](https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-map).
# flet-map
[](https://pypi.python.org/pypi/flet-map)
[](https://pepy.tech/project/flet-map)
[](https://github.com/flet-dev/flet-map/blob/main/LICENSE)
A [Flet](https://flet.dev) extension for displaying interactive maps.
It is based on the [flutter_map](https://pub.dev/packages/flutter_map) Flutter package.
## Documentation
Detailed documentation to this package can be found [here](https://flet-dev.github.io/flet-map/).
## 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:
- Using `uv`:
```bash
uv add flet-map
```
- Using `pip`:
```bash
pip install flet-map
```
After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
- Using `poetry`:
```bash
poetry add flet-map
```
### Examples
For examples, see [these](./examples).