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.
Was this page's content helpful?
Unless stated otherwise, the documentation on this site reflects Flutter 3.38.1. Report an issue.