universal_image 0.0.1 copy "universal_image: ^0.0.1" to clipboard
universal_image: ^0.0.1 copied to clipboard

outdated

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')
15
likes
0
pub points
78%
popularity

Publisher

unverified uploader

A flutter package to display all image types for all platforms

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

extended_image, flutter, flutter_svg, universal_io

More

Packages that depend on universal_image