Skip to content

flet-dev/flet-lottie

Repository files navigation

flet-lottie

pypi downloads license

A Flet extension package for displaying Lottie animations.

It is based on the lottie Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

This package supports the following platforms:

Platform Supported
Windows
macOS
Linux
iOS
Android
Web

Installation

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

  • Using uv:

    uv add flet-lottie
  • Using pip:

    pip install flet-lottie

    After this, you will have to manually add this package to your requirements.txt or pyproject.toml.

  • Using poetry:

    poetry add flet-lottie

Examples

For examples, see this