zoomify 1.0.4
zoomify: ^1.0.4 copied to clipboard
A Dart package to display and manipulate Zoomified images. Zooming and panning with gestures, mouse and keyboard
1.0.4 #
- Added zoomAndPan, animateZoomAndPan and reset functions, to allow for programmatically zoom, pan or reset the image (See the example how to use these functions)
- Added animation parameters duration and curve
- bugfixes
1.0.3 #
- Improved(?) animations
- Added callback function onImageReady and onChange
1.0.2 #
- Used package 'path' to ensure proper uri creation
- Added basic animation when zooming and panning using keyboard
1.0.1 #
- Minor bug fixes
- Added android, ios, windows, mac, linux and web support in example (tested android, windows and web)
1.0.0 #
- Initial release
- Minor bug fixes
0.0.1 #
Initial (test) release.