zoomable_image

A plugin for panning and zooming images by touch.


License
ISC

Documentation

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!