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

https://github.com/flet-dev/flet-charts

A Flet extension for creating interactive charts and graphs.
https://github.com/flet-dev/flet-charts

charts flet flet-extension flutter python

Last synced: about 1 month ago
JSON representation

A Flet extension for creating interactive charts and graphs.

Awesome Lists containing this project

README

          

# THIS PROJECT HAS BEEN ARCHIVED

`flet-charts` is now part of the main [Flet repository](https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-charts).

# flet-charts

[![pypi](https://img.shields.io/pypi/v/flet-charts.svg)](https://pypi.python.org/pypi/flet-charts)
[![downloads](https://static.pepy.tech/badge/flet-charts/month)](https://pepy.tech/project/flet-charts)
[![license](https://img.shields.io/github/license/flet-dev/flet-charts.svg)](https://github.com/flet-dev/flet-charts/blob/main/LICENSE)

A [Flet](https://flet.dev) extension for creating interactive charts and graphs.

It is based on the [fl_chart](https://pub.dev/packages/fl_chart) Flutter package.

## Documentation

Detailed documentation to this package can be found [here](https://flet-charts.docs.flet.dev/).

## Platform Support

This package supports the following platforms:

| Platform | Windows | macOS | Linux | iOS | Android | Web |
|----------|---------|-------|-------|-----|---------|-----|
| Supported| ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |

## Usage

### Installation

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

- Using `uv`:
```bash
uv add flet-charts
```

- Using `pip`:
```bash
pip install flet-charts
```
After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.

### Examples

For examples, see [these](./examples).