Async Widgets
Async patterns to your Flutter application.
See more widgets in the Flutter 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 Flutter widget catalog.