Skip to content

flet-rive#

pypi downloads license

A cross-platform Flet extension for displaying Rive animations.

It is based on the rive Flutter package.

Platform Support#

This package supports the following platforms:

Platform Supported
Windows
macOS
Linux
iOS
Android
Web

Usage#

Installation#

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

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

Examples#

See these.