Why is FutureBuilder called multiple times?
问题 Excuse the ignorance i am new to Flutter. I am practicing on a course I did and I have the following scenario: I have a view where I consume a web service in the method getDataArray ( FutureBuilder ), and I just want it to be done only once when this view is accessed. I also have a TextField , FutureBuilder and the TextField is in the build() . My widget is a StatefulWidget because it needs to be redrawn to show the character counter of my TextField , so I think this is the reason that every