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

Flet stopped working #4741

Open
1 task done
AnimeHacking opened this issue Jan 19, 2025 · 0 comments
Open
1 task done

Flet stopped working #4741

AnimeHacking opened this issue Jan 19, 2025 · 0 comments

Comments

@AnimeHacking
Copy link

Duplicate Check

Describe the bug

If i try to run flet newest as 0.22 flet stopping running[

Image

](url)

Code sample

Code
import flet as ft

def main(page: ft.Page):
    page.title = "Test App"
    page.add(ft.Text("Hello, Flet!"))

ft.app(target=main)

To reproduce

Just run it as app on windows 10 (no webview)

Expected behavior

No response

Screenshots / Videos

Captures

[Upload media here]

Operating System

macOS

Operating system details

Windows 10

Flet version

0.26.0.dev4003

Regression

Yes, it used to work in a previous Flet version (please specify the version in additional details)

Suggestions

No response

Logs

Logs
[Paste your logs here]

Additional details

No response

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

No branches or pull requests

1 participant