native_image 1.0.2 copy "native_image: ^1.0.2" to clipboard
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.
2
likes
160
points
50
downloads

Publisher

verified publisherteddichiiwa.com

Weekly Downloads

Flutter plugin for handling images on iOS and Android. This plugin allows image to process even when device screen is locked.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, native_image_platform_interface

More

Packages that depend on native_image