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: 2 months ago
JSON representation
A plugin for panning and zooming images by touch.
- Host: GitHub
- URL: https://github.com/perlatus/flutter_zoomable_image
- Owner: perlatus
- License: isc
- Archived: true
- Created: 2017-05-11T20:50:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T15:38:12.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T15:05:51.297Z (5 months ago)
- Language: Dart
- Size: 6.29 MB
- Stars: 117
- Watchers: 4
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter - Zoomable Image - By Perlatus. (Components / Image)
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)