Closed abdimussa87 closed 1 year ago
So I wanted to have a zooming capability on the image that uses CldImageWidget:
InteractiveViewer( child: CldImageWidget( publicId: 'sample.jpg', transformation: Transformation() ..resize( Resize.scale() ..width(1520) ..height(1520), ), fit: BoxFit.fitWidth, ), ) );
The image sticks to one side whenever there is a zoom gesture.
My bad. Seems to be an ios simulator issue.
So I wanted to have a zooming capability on the image that uses CldImageWidget:
The image sticks to one side whenever there is a zoom gesture.