Hey,
I can't find very simple for loop in flutter flow. I'd like to generate an input field that hold the number of inputs to be created. When user changes the input value UI reacts with creating new input values in the number specified by the user.
That could be done in simple for loop. Please, help me with this one