flutter zoomable img
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.
Comments are closed.