Async widgets

Async patterns to your Flutter application.

更多 widget 请查看 核心 widget 目录

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 目录