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
It would be cool if you can use a future instead of the boolean condition.
for example if we made an API call using a future, the loading_overlay will be only visible until the future method is ready or finish.
The text was updated successfully, but these errors were encountered:
A simple fix will be to set your loading variable in the state to true before starting your Future and then setting it to false or navigating to your desired page when the future completes.
It would be cool if you can use a future instead of the boolean condition.
for example if we made an API call using a future, the loading_overlay will be only visible until the future method is ready or finish.
The text was updated successfully, but these errors were encountered: