Home > Back-end >  How to crop the image inside a box even if the user zoom in or out the image i want to crop how he c
How to crop the image inside a box even if the user zoom in or out the image i want to crop how he c

Time:06-17

i want to let the user choose how he would like to crop his images like instagram even if he play around his image inside the box, so how to crop it if i'm using image package ?

like this, i want to crop what inside the box.

enter image description here

CodePudding user response:

You should try this plugins : Image Crop , Image Cropper

CodePudding user response:

You can use the package to do this easily : https://pub.dev/packages/crop_image

  • Related