page.on_close #4533
Unanswered
nenocalmeida
asked this question in
Q&A
page.on_close
#4533
Replies: 1 comment 6 replies
-
Inspire yourself from this example from the docs: https://flet.dev/docs/reference/types/window/#destroy |
Beta Was this translation helpful? Give feedback.
6 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.
-
My vscode is not capturing the on_close event in python
Flet version: 0.25.1
python version: 3.12.5
Operating system: Windows 10
import flet as ft
def main(page: ft.Page):
page.title = "Flet App"
ft.app(main)
Beta Was this translation helpful? Give feedback.
All reactions