You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
why don't my drawer close automatically after logout is pressed ? it goes login ui smootly but drawer don't get closed.
`import flet as ft
import threading
import os
import datetime
def home_ui(page,go_to_loginui):
#Date picker
def handle_change(e):
page.add(ft.Text(f"Date changed: {e.control.value.strftime('%Y-%m-%d')}"))
#date picker
#Drawer navigationbar handler
`
Beta Was this translation helpful? Give feedback.
All reactions