Replies: 1 comment
-
Hi, def main(page:ft.Page):
page.title = "my blibli app"
page.update()
if __name__ == "__main__":
ft.app(target=main) will work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Duplicate Check
Describe the bug
11
Code
import flet as ft
def main(page: ft.Page):
page.title = "my blibli app"
ft.app(main)
Do not comment #page.add(ft.Text("Hello, World!")) normal
To reproduce
111
Expected behavior
111
Screenshots
Operating System
Windows
Operating system details
win11
Flet version
22.1
Regression
I'm not sure / I don't know
Suggestions
s
Additional details
s
Beta Was this translation helpful? Give feedback.
All reactions