memory_image_cropper 1.0.5
memory_image_cropper: ^1.0.5 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 Flutter:
$ flutter pub add memory_image_cropperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
memory_image_cropper: ^1.0.5Alternatively, your editor might support 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';