Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 419 Bytes

File metadata and controls

13 lines (8 loc) · 419 Bytes

Using RefreshIndicator with StreamBuilder

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!

How to Run

  • Clone this repository
  • Change into root directory
  • flutter run (I assume your system is Flutter-ready)