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

LottieControl and Video v2 #2673

Merged
merged 19 commits into from
Mar 1, 2024
Merged

LottieControl and Video v2 #2673

merged 19 commits into from
Mar 1, 2024

Conversation

ndonkoHenri
Copy link
Contributor

@ndonkoHenri ndonkoHenri commented Feb 18, 2024

Lottie Test Code:

import flet as ft


def main(page: ft.Page):
    page.window_always_on_top = True
    page.theme_mode = ft.ThemeMode.LIGHT
    page.add(
        ft.Lottie(
            src='https://raw.githubusercontent.com/xvrh/lottie-flutter/master/example/assets/Mobilo/A.json',
            repeat=False,
            reverse=False,
            animate=True
        )
    )


ft.app(target=main)

@ndonkoHenri ndonkoHenri changed the title LottieControl LottieControl and Video v2 Feb 21, 2024
@FeodorFitsner FeodorFitsner merged commit aabb526 into main Mar 1, 2024
2 checks passed
@ndonkoHenri ndonkoHenri deleted the lottie branch March 1, 2024 19:15
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* initial commit

* Brightness enum

* backgroundLoading, on_error

* SystemOverlayStyle uses Brightness

* fix parseBrightness

* add Video.show_controls

* Video: get_duration, is_playing, is_completed

* Video: get_position

* Video: on_error

* SearchBar: on_change and on_submit in view mode

* text util: parseTextAlign

* parseSubtitleTrack, parseSubtitleConfiguration

* VideoSubtitleConfiguration

* reformat __init__

* update textAlign prop name

* update parseTextAlign

* OverlayStyle: reformat parseBrightness

---------

Co-authored-by: Feodor Fitsner <[email protected]>
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.

Video v2 SearchBar 'on_change' and 'on_submit' not working Lottie control
2 participants