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

  • x Crop image (by aspect ratio).
  • x Can process image even the phone screen was locked.

Todo

  • Compress image.
  • Merge multiple images.

Libraries

native_image