zoomable_image_cropper 0.1.0+1
zoomable_image_cropper: ^0.1.0+1 copied to clipboard
Zoomable Image Cropper allows you to easily crop and zoom images with a user-friendly interface.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoomable_image_cropper
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
zoomable_image_cropper: ^0.1.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:zoomable_image_cropper/zoomable_image_cropper.dart';