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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_crop_bundle

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

dependencies:
  image_crop_bundle: ^0.0.1

Alternatively, 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:image_crop_bundle/image_crop_bundle.dart';
1
likes
140
points
18
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