Flet NavigationDrawer doesn’t open, raises AssertionError: Control must be added to the page first
So, I’m trying to make a Flet app to give useful info to people in my town such as news, recycling, events,… Basically, I put the various categories in a NavigationDrawer, which is opened through a hamburger button placed on the appbar.
what is the mouse press and release event in flet?
I try to learn python flet, but I found that flet Button
only have pressed event
but no release event
, so where is the release event
?