This project shows how to use RefreshIndicator
in Flutter with the StreamBuilder
The use case is you want upon user swipe down in app, fetch new content from endpoint, and rebuild the ListView
seamlessly.
If that's what you want, Welcome!
- Clone this repository
- Change into root directory
flutter run
(I assume your system is Flutter-ready)