native_image 1.0.1 copy "native_image: ^1.0.1" to clipboard
native_image: ^1.0.1 copied to clipboard

Flutter plugin for handling images on iOS and Android

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.