flutter_customizable_image_croppper 0.0.7
flutter_customizable_image_croppper: ^0.0.7 copied to clipboard
Flutter customizable image cropper widget
Flutter Customizable Image Croppper #
Why You Use This Package ? #
- The shape of the cropper widget is not fixed, instead you can make it any way you want.
- This allows you to crop the image wherever you want, however you want.
Features #
- It helps you crop the picture as you want.
- Multi image type support.
Usage #
CustomizableImageCropper(
imageType: ImageType.url,
image: "https://picsum.photos/id/234/200/200",
),