url_image library
Classes
- DownloadDelegate
- DownloadedData
- FileStorageDelegate
- ImageCacheItem
- ImageItem
- UrlImage
- The widget downloads an image from the network and displays it.
- UrlImageCache
- UrlImageConfig
- UrlImageState
- VectorDecodeDelegate
- VectorImageCache
- Class for caching rasterized vector images.
- VectorImageCacheStatus
- Information about how the VectorImageCache is tracking an image.
- VectorInfo
- The deocded result of a vector graphics asset.
Functions
-
bytesEqual(
Uint8List? bytes1, Uint8List? bytes2) → bool - Effectively compares two lists of bytes.
Typedefs
- OnImageAppear = void Function(Size? size)
- OnLoadingDone = void Function(bool success)