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