Async widgets

Widgets supporting async patterns in your Flutter apps.

FutureBuilder

Widget that builds itself based on the latest snapshot of interaction with a Future.

StreamBuilder

Widget that builds itself based on the latest snapshot of interaction with a Stream.

Find more widgets in the widget catalog.