network_image_handler/cached_image_web library

Functions

cachedImageForItem(String url, {double? height, double? width, BoxFit? boxFit}) Widget
Web-specific image widget.
registerGifView(String url, String viewId) → void
Registers a custom HTML ImageElement for Flutter Web. This is mainly used to render image formats (such as GIFs) that may not behave correctly with Flutter's default image widgets.