https://github.com/flet-dev/flet-lottie
Lottie control for Flet
https://github.com/flet-dev/flet-lottie
animations flet flutter lottie python
Last synced: 2 months ago
JSON representation
Lottie control for Flet
- Host: GitHub
- URL: https://github.com/flet-dev/flet-lottie
- Owner: flet-dev
- License: apache-2.0
- Created: 2025-01-08T20:17:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-19T14:48:11.000Z (9 months ago)
- Last Synced: 2025-06-19T15:40:34.861Z (9 months ago)
- Topics: animations, flet, flutter, lottie, python
- Language: Python
- Homepage: https://flet-dev.github.io/flet-lottie/
- Size: 724 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS PROJECT HAS BEEN ARCHIVED
`flet-lottie` is now part of the main [Flet repository](https://github.com/flet-dev/flet/tree/main/sdk/python/packages/flet-lottie).
# flet-lottie
[](https://pypi.python.org/pypi/flet-lottie)
[](https://pepy.tech/project/flet-lottie)
[](https://github.com/flet-dev/flet-lottie/blob/main/LICENSE)
A [Flet](https://flet.dev) extension package for displaying Lottie animations.
It is based on the [lottie](https://pub.dev/packages/lottie) Flutter package.
## Documentation
Detailed documentation to this package can be found [here](https://flet-dev.github.io/flet-lottie/).
## Platform Support
This package supports the following platforms:
| Platform | Supported |
|----------|:---------:|
| Windows | ✅ |
| macOS | ✅ |
| Linux | ✅ |
| iOS | ✅ |
| Android | ✅ |
| Web | ✅ |
## Usage
### Installation
To install the `flet-lottie` package and add it to your project dependencies:
- Using `uv`:
```bash
uv add flet-lottie
```
- Using `pip`:
```bash
pip install flet-lottie
```
After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
- Using `poetry`:
```bash
poetry add flet-lottie
```
### Examples
For examples, see [these](./examples).