You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build a simples "to-do" API, but i am struggling a lot about how to handle the async context in routes that are waiting a Widget as return. How am i supposed to use it?
Also, i tried to use the "example" of get_server tab and it needs some updates.
Great work tho!
The text was updated successfully, but these errors were encountered:
You can also use the FutureBuilder widget, like in Flutter, or use GetX's built-in state manager to make updates.
Remember this is for http where you can only deliver one request, for two-way communication you need to use websockets.
I'll update the documentation and example over the weekend, I'm a little out of time right now
I tried to build a simples "to-do" API, but i am struggling a lot about how to handle the async context in routes that are waiting a Widget as return. How am i supposed to use it?
Also, i tried to use the "example" of get_server tab and it needs some updates.
Great work tho!
The text was updated successfully, but these errors were encountered: