An open API service indexing awesome lists of open source software.

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

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

[![pypi](https://img.shields.io/pypi/v/flet-map.svg)](https://pypi.python.org/pypi/flet-map)
[![downloads](https://static.pepy.tech/badge/flet-map/month)](https://pepy.tech/project/flet-map)
[![license](https://img.shields.io/github/license/flet-dev/flet-map.svg)](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).