Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Latest commit

 

History

History
56 lines (38 loc) · 1.5 KB

File metadata and controls

56 lines (38 loc) · 1.5 KB

THIS PROJECT HAS BEEN ARCHIVED

flet-rive is now part of the main Flet repository.

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

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:

  • 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.

  • Using poetry:

    poetry add flet-rive

Examples

For examples, see these.