seanmavley / refreshindicator-with-streambuilder

Using Flutter's RefreshIndicator with StreamBuilder

Home Page:https://blog.khophi.co/using-refreshindicator-with-flutter-streambuilder/

Repository from Github https://github.comseanmavley/refreshindicator-with-streambuilderRepository from Github https://github.comseanmavley/refreshindicator-with-streambuilder

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)

About

Using Flutter's RefreshIndicator with StreamBuilder

https://blog.khophi.co/using-refreshindicator-with-flutter-streambuilder/


Languages

Language:Dart 80.6%Language:Objective-C 13.1%Language:Java 6.4%