Flutter:TextEditingController not updating ListView with API data
I'm working on a Flutter application where I need to fetch and display a list of movies based on user input in a search field. The TextEditingController should trigger an API call to fetch movie data and update the ListView…