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

flutter_avif - support for GIFs in avif format #3259

Open
BrentHuang opened this issue May 10, 2024 · 1 comment
Open

flutter_avif - support for GIFs in avif format #3259

BrentHuang opened this issue May 10, 2024 · 1 comment
Labels
controls feature request Suggestion/Request for additional feature

Comments

@BrentHuang
Copy link

Please Describe The Problem To Be Solved

# -*- coding: utf-8 -*-

import flet as ft


def main(page: ft.Page):
    page.add(ft.Image(src='https://pic2-cdn.creality.com/comp/model/av/de101a6531342d02ac8b212c51bdf4c3.avif'))


ft.app(target=main)

(Optional): Suggest A Solution

https://pic2-cdn.creality.com/comp/model/av/de101a6531342d02ac8b212c51bdf4c3.avif is an animation file and you can see the effect in the web browser. However, flet 0.22.1 does not currently support animation avif file, and only displays a static image.

@BrentHuang
Copy link
Author

@FeodorFitsner FeodorFitsner added controls feature request Suggestion/Request for additional feature labels May 10, 2024
@FeodorFitsner FeodorFitsner changed the title support for GIFs in avif format flutter_avif - support for GIFs in avif format May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controls feature request Suggestion/Request for additional feature
Projects
None yet
Development

No branches or pull requests

2 participants