Zoomable image
Zoomable image
With ability of change in position, scale and rotation of images prepared by the flutter code in the admin panel:
It is a Zoomable image located in:
es_flutter_component/lib/components/es_image/es_zoomable_image.dart
and is used as:
EsZoomingImage(
imageProvider: AssetImage("assets/images/img1.jpg"),)
the photo_view package should be added in pubspec.yaml 's dependencies.
