I will build an app where I fetch data from http. The backend is PHP and on the page it show me the phpmyadim database.
In flutter I would like to get the data and show it in a listview. And when the data is change I would like that the listview is automatically reloaded.
My question is should I use Future builder or stream builder? And how I should do it.