Replies: 4 comments
-
For example? |
Beta Was this translation helpful? Give feedback.
-
I don't have an example ready here, but imagine that I request a data in a bank, and the response is a little slow, meanwhile my control does not update, I would like loading control, until the control is ready to update the screen . I saw something in flutter like StreamBuider |
Beta Was this translation helpful? Give feedback.
-
You might not need that. While you are "preparing" (fetching from an API, processing, etc.) the data to display in Flet you can replace some controls with ProgressRing or put it into a overlay using Stack, or just disable part of the form. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I thought about some of these options, but overlapping with a stack seems to be interesting. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are loads that can take a long time for the control to update on the screen, is there any progress control until the view is ready?
Is AlertDialog a better option?
Beta Was this translation helpful? Give feedback.
All reactions