simple_image_crop_plus 1.0.1 copy "simple_image_crop_plus: ^1.0.1" to clipboard
simple_image_crop_plus: ^1.0.1 copied to clipboard

A simple and easy to use flutter plugin to crop image on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add simple_image_crop_plus

With Flutter:

 $ flutter pub add simple_image_crop_plus

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

dependencies:
  simple_image_crop_plus: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_image_crop_plus/simple_image_crop.dart';
3
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A simple and easy to use flutter plugin to crop image on iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on simple_image_crop_plus

Packages that implement simple_image_crop_plus