page.on_close #4533
Unanswered
nenocalmeida
asked this question in
Q&A
page.on_close
#4533
Replies: 1 comment 1 reply
-
Inspire yourself from this example from the docs: https://flet.dev/docs/reference/types/window/#destroy |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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