A plugin for panning and zooming images by touch.
More...
A dart+flutter package for panning and zooming images by touch.
// 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.
example/
unverified uploader
Repository (GitHub)View/report issues
ISC (license)
flutter
Packages that depend on zoomable_image
Back