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: 16 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T15:38:12.000Z (about 6 years ago)
- Last Synced: 2024-11-05T08:36:59.402Z (6 months ago)
- Language: Dart
- Size: 6.29 MB
- Stars: 118
- 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.