Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/perlatus/flutter_zoomable_image

A plugin for panning and zooming images by touch.
https://github.com/perlatus/flutter_zoomable_image

Last synced: 3 months ago
JSON representation

A plugin for panning and zooming images by touch.

Lists

README

        

# 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/`](https://github.com/perlatus/flutter_zoomable_image/tree/master/example)
for squirrels.

![demo!](https://raw.githubusercontent.com/perlatus/flutter_zoomable_image/master/demo.gif)