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.

更多 widget 请查看 widget 目录