Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rive Control #2841

Merged
merged 4 commits into from
Apr 1, 2024
Merged

Rive Control #2841

merged 4 commits into from
Apr 1, 2024

Conversation

ndonkoHenri
Copy link
Contributor

@ndonkoHenri ndonkoHenri commented Mar 10, 2024

Closes #89

Test Code:

import flet as ft


def main(page):
    page.window_always_on_top = True
    page.horizontal_alignment = ft.CrossAxisAlignment.CENTER
    page.vertical_alignment = ft.MainAxisAlignment.CENTER

    page.add(
        ft.Rive(
            "https://cdn.rive.app/animations/vehicles.riv",
            placeholder=ft.ProgressRing(),
            width=300,
            height=200,
        )
    )


ft.app(target=main)

@FeodorFitsner FeodorFitsner merged commit dc9cc6c into main Apr 1, 2024
2 checks passed
@ndonkoHenri ndonkoHenri deleted the rive branch April 1, 2024 22:18
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* initial commit

* reformat + comment init which breaks animation

* remove on_init completely
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rive control
2 participants