universal_image 0.0.1
universal_image: ^0.0.1 copied to clipboard
A flutter package to display all image types for all platforms
universal_image #
A universal image package to display all image types for all platforms.
Getting Started #
It does supports JPEG
, PNG
, GIF
, Animated GIF
, WebP
, Animated WebP
, BMP
, and WBMP
from Image
For SVG
, it uses flutter_svg
It also supports caching image with extended_image
It can handle all providers without specifying network, assets or file, just use imageUri
Example usage: #
Assets provider: UniversalImage('assets/image.png')
File provider: UniversalImage('/user/app/image.png')
Network provider: UniversalImage('https://flutter.github.io/assets-for-api-docs/assets/widgets/owl.jpg')