Async widgets
A catalog of Flutter's async widgets. Widgets supporting async patterns in your Flutter apps.
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 目录。
本页内容对你有帮助吗?
除非另有说明,本文档之所提及适用于 Flutter 3.38.1 版本。为本页面内容提出建议。