Last updated:
0 purchases
native image
Native image #
A flutter plugin for handling images on iOS and Android
Usage #
final croppedImageData = await NativeImage().cropImage(
bytes: originImageData,
width: 1,
height: 1,
);
copied to clipboard
Features #
✅ Crop image (by aspect ratio).
✅ Can process image even the phone screen was locked.
Todo #
❌ Compress image.
❌ Merge multiple images.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.