webhozz_image_viewer
Simple Widget to show image.
Installation
You just need to add webhozz_image_viewer
as a dependency in your pubspec.yaml file.
dependencies:
webhozz_image_viewer: ^0.0.1
Example
In these examples, show red and orange button.
ImageViewer(
url: '{YOUR_URL} or {ASSETS_PATH}',
height: 100
);