'Flutter : How to implement a splash screen with circular wait?
I know how to show a circular wait progress indicator, but I have seen some apps showing something like a splash screen with a Circular wait in the middle. I tried to find this on Flutter documentation but couldn't able to find it.
I took a screenshot of an app that shows exactly the same circular wait which I want to learn to implement in my app :
Solution 1:[1]
Per the comments from ibhavikmakwana, you can use showGeneralDialog(). It will displays a dialog above the current contents of the app.
This blog post explains how to implement it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Niklas |

