scrollable_image_view 0.0.2 copy "scrollable_image_view: ^0.0.2" to clipboard
scrollable_image_view: ^0.0.2 copied to clipboard

outdated

A scrollable image view.

scrollable_image_view #

A scrollable image view.

Usage #

Basic Usage #

Show the image with original size.

ScrollableImageView(
  imagePath: "hoge.png",
  viewSize: Size(width: 400, height: 400),
);

Set image size #

Show the image with specified size.

ScrollableImageView(
  imagePath: "hoge.png",
  viewSize: Size(width: 400, height: 400),
  imageSize: Size(width: 600, height: 400),
);

Set image scale #

Show the image scaled by imageScale.

ScrollableImageView(
  imagePath: "hoge.png",
  viewSize: Size(width: 400, height: 400),
  imageScale: 3.0,
);
3
likes
10
pub points
0%
popularity

Publisher

verified publishertouyou.dev

A scrollable image view.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on scrollable_image_view