image_crop_bundle 0.0.1
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_bundleThis 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.1Alternatively, 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';