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

CupertinoActivityIndicator Control #2762

Merged
merged 2 commits into from
Mar 1, 2024
Merged

CupertinoActivityIndicator Control #2762

merged 2 commits into from
Mar 1, 2024

Conversation

ndonkoHenri
Copy link
Contributor

Test code:

import flet as ft


def main(page):
    page.window_always_on_top = True
    page.theme_mode = ft.ThemeMode.LIGHT

    page.add(
        ft.CupertinoActivityIndicator(
            radius=50,
            color=ft.colors.RED,
            animating=True,
        )
    )


ft.app(target=main)

@ndonkoHenri ndonkoHenri mentioned this pull request Feb 27, 2024
6 tasks
@FeodorFitsner FeodorFitsner merged commit b406c48 into main Mar 1, 2024
2 checks passed
@ndonkoHenri ndonkoHenri deleted the activity-indicator branch March 1, 2024 19:39
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* initial commit

* Converted to `StatelessWidget`

---------

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.

2 participants