How to notify users whenever an item added to a list without refreshing the whole list in flutter
in flutter i have a listView that gets it's item from a list and the list is downloded from the internet, whenever a new item added to the list i have an event that tells the app a new item…