Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 410 Bytes

File metadata and controls

14 lines (9 loc) · 410 Bytes

zoomable_image

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

Getting Started

new ZoomableImage(new AssetImage('images/squirrel.jpg'), scale: 16.0)

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

demo!