this is Antika. I have started learning to code since a few days back, and am only familiar with HTML/CSS/JS, and basics of dart/flutter
Developer Level: Beginner
Project type & language: I'm developing a Simple Notepad App, using flutter.
In my Project,
I want to dynamically add new TextField widgets on the screen,
once the user hits enter or clicks the next button ('➡️'), in mobile devices, Just after the TextField in focus, and not to the end of the List.
Outline
User types text >> Clicks Submit
>> Keeping in mind TextField in focus >> Add another TextField just after this one.
>> The User feels like entering a new line.
