Generate TextFields on demand with Stateless widgets and GetX in Flutter
Idea is to use GetX with Stateless widgets and generate TextFields on demand. GetX says that if we use its state management then we won't require Stateful widgets. On the click of the + button, I want a TextField to…