zoomable_image 1.3.1 copy "zoomable_image: ^1.3.1" to clipboard
zoomable_image: ^1.3.1 copied to clipboard

A plugin for panning and zooming images by touch.

zoomable_image #

A dart+flutter package for panning and zooming images by touch.

Getting Started #

// You can use any ImageProvider, including NetworkImage and FileImage.
new ZoomableImage(new AssetImage('images/squirrel.jpg'), scale: 16.0)

That's all you need. See below and example/ for squirrels.

demo!

8
likes
25
pub points
73%
popularity

Publisher

unverified uploader

A plugin for panning and zooming images by touch.

Repository (GitHub)
View/report issues

License

ISC (LICENSE)

Dependencies

flutter

More

Packages that depend on zoomable_image