Native image
A flutter plugin for handling images on iOS and Android
Usage
final croppedImageData = await NativeImage().cropImage(
bytes: originImageData,
width: 1,
height: 1,
);
Features
xCrop image (by aspect ratio).xCan process image even the phone screen was locked.
Todo
Compress image.Merge multiple images.