skip to Main Content

Get Multiple Inputs from User – Flutter

I have a form with about 15 textform fields to input data by the user. What is the best solution for this? I have currently created a list like below: List<TextEditingController> textController = [ TextEditingController(), //name TextEditingController(), //location TextEditingController(), //days…

VIEW QUESTION
Back To Top
Search