How to display an unknown number of dialogs in a row in Flutter?
What I am trying to do is showing a Dialog that consists of a Form within it to the user, then user fills out the 2 TextFormFields and clicks on the Next ElevatedButton. Then another similar Dialog/form will be appear…