Skip to content
This repository has been archived by the owner on Feb 24, 2019. It is now read-only.

perlatus/flutter_zoomable_image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!