Async widgets

Async patterns to your Flutter application.

See more widgets in the widget catalog.

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.

See more widgets in the widget catalog.