crop_your_image 1.1.0 crop_your_image: ^1.1.0 copied to clipboard
crop_your_image helps your app to embed Widgets for cropping images.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add crop_your_image
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
crop_your_image: ^1.1.0
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:crop_your_image/crop_your_image.dart';