native_image 1.0.2 native_image: ^1.0.2 copied to clipboard
Flutter plugin for handling images on iOS and Android. This plugin allows image to process even when device screen is locked.
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 #
- ✅ Crop image (by aspect ratio).
- ✅ Can process image even the phone screen was locked.
Todo #
- ❌ Compress image.
- ❌ Merge multiple images.