Skip to content

flet-lottie#

pypi downloads license

A Flet extension package for displaying Lottie animations.

It is based on the lottie Flutter package.

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:

uv add flet-lottie
pip install flet-lottie  # (1)!
  1. After this, you will have to manually add this package to your requirements.txt or pyproject.toml.
poetry add flet-lottie

Examples#

See these.