当前位置: 首页 > 文档资料 > Flutter 英文文档 >

Async widgets

优质
小牛编辑
134浏览
2023-12-01

Async patterns to your Flutter application.

    See more widgets in the widget catalog.

    FutureBuilder

    Widget that builds itself based on the latest snapshot of interaction with a Future.

    Documentation
    StreamBuilder

    Widget that builds itself based on the latest snapshot of interaction with a Stream.

    Documentation

    See more widgets in the widget catalog.