Reputation: 1
Been recently using flet to create a desktop app, previously I was using PyQt6, which had a neat feature that more than one window or widget could be open at the same time.
is there a way for a flet application to have 2 windows or more open?
I know with routing a Flet app can easily go back and forth between 2 different views, but I need to have one View or window visible at all times and the other only be visible when called upon, there's also a way to just have both widgets visible on the same page but that's not ideal for me.
Would appreciate if anyone knows how to do this
Upvotes: 0
Views: 84