Rive control for Flet
Project description
Rive control for Flet
Rive
control for Flet.
Usage
Add flet-rive
as dependency (pyproject.toml
or requirements.txt
) to your Flet project.
Example
import flet as ft
import flet_rive as fr
def main(page):
page.add(
fr.Rive(
"https://cdn.rive.app/animations/vehicles.riv",
placeholder=ft.ProgressBar(),
width=300,
height=200,
)
)
ft.app(main)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flet_rive-0.1.0.tar.gz
(14.5 kB
view details)
Built Distribution
flet_rive-0.1.0-py3-none-any.whl
(15.7 kB
view details)
File details
Details for the file flet_rive-0.1.0.tar.gz
.
File metadata
- Download URL: flet_rive-0.1.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
218fb8e4a37e73a7efd92925bd3bdd5d28546137de07ad7419d9760d5623a5a0
|
|
MD5 |
ff4687c04bbc69cb6009d0663f587a49
|
|
BLAKE2b-256 |
be4d64a5af837f9aff21391c078c582b1b5177eacb4e291f37e9af87c092d197
|
File details
Details for the file flet_rive-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: flet_rive-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
60a22424cd44a9d4c31e0e0bd52118aa667d168938a160ba61e218d3987da78e
|
|
MD5 |
7e41a6afe51bca30435d69370334b1f4
|
|
BLAKE2b-256 |
dcf5282945dd6d5d12238b0d11ad9c4ada5c648467d9c1572068a97e3e8f06f1
|