How to render a flet app inside an already running flet app? #887
Unanswered
frinkifail
asked this question in
Q&A
Replies: 1 comment 5 replies
-
How about https://flet.dev/docs/controls/fletapp? |
Beta Was this translation helpful? Give feedback.
4 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.
-
This is my file structure
inside both of them are flet apps
the main one just has a text saying "Hello"
and the other one has a text saying "Another file!"
how can I get the another_app to render within the main one without having to open another window?
Beta Was this translation helpful? Give feedback.
All reactions