magic_image library

magic_image is a Flutter Package that displays an image from a given path, with support for both network and asset images, including SVG format. It provides various customization options such as fit, color, dimensions, and placeholder/error widgets.

Classes

MagicImage
A versatile image widget that automatically handles asset, network, and local file images with support for both raster and SVG formats.

Extensions

MagicImageExtension on String
Extension on String to easily convert a URL or asset path into a MagicImage widget.