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.
- Host: GitHub
- URL: https://github.com/flet-dev/flet-charts
- Owner: flet-dev
- License: apache-2.0
- Archived: true
- Created: 2025-06-12T01:10:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-12-24T18:30:49.000Z (5 months ago)
- Last Synced: 2025-12-26T09:15:14.824Z (5 months ago)
- Topics: charts, flet, flet-extension, flutter, python
- Language: Python
- Homepage: https://flet-charts.docs.flet.dev/
- Size: 2.14 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
[](https://pypi.python.org/pypi/flet-charts)
[](https://pepy.tech/project/flet-charts)
[](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).