utils/image_utils library
Constants
- kDefaultMediaSFULogo → const String
- Default MediaSFU logo — uses a local bundled asset instead of a network URL so the logo loads instantly and works offline / on Windows desktop.
Functions
-
buildMediasfuImage(
String source, {double? width, double? height, BoxFit? fit}) → Widget - Returns an Image widget that handles both network URLs and local assets.
-
resolveImageSource(
String source) → ImageProvider< Object> - Returns an ImageProvider that handles both network URLs and local assets.