image_crop_bundle 0.0.1 copy "image_crop_bundle: ^0.0.1" to clipboard
image_crop_bundle: ^0.0.1 copied to clipboard

A plugin to help you pick images from gallery/camera and crop them with a customizable crop box as per your aspect ratio.

image_crop_bundle #

📸 Flutter Image Cropper Plugin #

A lightweight Flutter plugin that allows you to pick images from gallery/camera (via image_picker) and crop them with a customizable crop box.

This plugin is written in Dart (crop logic/UI) and uses image_picker for selecting images.


✨ Features #

  • Pick images from Gallery or Camera using image_picker.
  • Interactive crop UI with draggable & resizable crop box.
  • Cropped image returned as Uint8List.
  • Pure Dart cropping logic (using package:image).
  • Lightweight alternative to image_cropper.

Installation #

Add this to your pubspec.yaml:

dependencies:
  flutter:
    sdk: flutter
  image_crop_bundle: ^0.0.1

Usage #

Step 1: Import the Plugin #

import 'package:image_crop_bundle/image_crop_bundle.dart';


1
likes
140
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin to help you pick images from gallery/camera and crop them with a customizable crop box as per your aspect ratio.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, image_picker, plugin_platform_interface

More

Packages that depend on image_crop_bundle

Packages that implement image_crop_bundle