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

Assets, images, and icon widgets

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

Manage assets, display images, and show icons.

    See more widgets in the widget catalog.

    Image

    A widget that displays an image.

    Documentation
    Icon

    A Material Design icon.

    Documentation
    RawImage

    A widget that displays a dart:ui.Image directly.

    Documentation
    AssetBundle

    Asset bundles contain resources, such as images and strings, that can be used by an application. Access to these resources is asynchronous so that they can be transparently loaded over a network (e.g., from a NetworkAssetBundle) or from the local file system without blocking the application's user interface.

    Documentation

    See more widgets in the widget catalog.