Assets, Images, and Icon Widgets
Manage assets, display images, and show icons.
See more widgets in the Flutter widget catalog.
-
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.
See more widgets in the Flutter widget catalog.