zoomable_image_cropper 0.1.0
zoomable_image_cropper: ^0.1.0 copied to clipboard
Zoomable Image Cropper is a Flutter package that allows you to easily crop and zoom images with a user-friendly interface. It's perfect for use cases where you need to let users select and crop specif [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zoomable_image_cropperThis 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.0Alternatively, 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';