A Question about Using Multiple Apps with Flet #4462
Unanswered
sayak-roy-algo
asked this question in
Q&A
Replies: 1 comment
-
@sayak-roy-algo you like: |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello Flet community,
I am interested in using Flet to build realtime apps and I have a question. Is it possible to use multiple apps at a time without using multiprocessing? Additionally, is it possible to have common variables between screens, so that changing the value of a variable in one screen reflects on the other screen as well? I dont want to use shared objects using multiprocessing mangers or pipes or queues.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions