Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.29 KB

File metadata and controls

40 lines (26 loc) · 1.29 KB

flet-rive

pypi downloads license

A cross-platform Flet extension for displaying Rive animations.

It is based on the rive Flutter package.

Documentation

Detailed documentation to this package can be found here.

Platform Support

Platform Windows macOS Linux iOS Android Web
Supported

Usage

Installation

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

  • Using uv:

    uv add flet-rive
  • Using pip:

    pip install flet-rive

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

Examples

For examples, see these.