memory_image_cropper 1.0.4 copy "memory_image_cropper: ^1.0.4" to clipboard
memory_image_cropper: ^1.0.4 copied to clipboard

A Flutter plugin for cropping images entirely in memory without creating files on disk. Supports Android and iOS. No temporary files created - fully compliant for sensitive data handling.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add memory_image_cropper

With Flutter:

 $ flutter pub add memory_image_cropper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  memory_image_cropper: ^1.0.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:memory_image_cropper/memory_image_cropper.dart';
0
likes
0
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for cropping images entirely in memory without creating files on disk. Supports Android and iOS. No temporary files created - fully compliant for sensitive data handling.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on memory_image_cropper

Packages that implement memory_image_cropper