How can I add a new textfield dynamically based on user selection in Laravel & Flutter?
So I want to add a new textfield after i select an option but since I'm new to flutter I can't figure it out on how to do it . SelectFieldBloc selectFieldBloc = SelectFieldBloc( name: question.name, toJson: (option) => option?.optionText,…