Skip to content

A Flutter plugin invoking image cropping functionality on both Android and iOS

License

Notifications You must be signed in to change notification settings

kandroid29/kropper

Repository files navigation

kropper

A Flutter plugin invoking image cropping functionality on both Android and iOS

Usage

add following line in pubspec.yaml file under your project folder: kropper: ^0.0.1

Example

var filePath = '<path of the original image to be cropped>'
File croppedImage = await Kropper.cropImage(filePath);

About

A Flutter plugin invoking image cropping functionality on both Android and iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published