images_crop 0.1.0 copy "images_crop: ^0.1.0" to clipboard
images_crop: ^0.1.0 copied to clipboard

A flutter plugin to crop image on iOS and Android. It processes image files off main thread natively. The plugin provides a Crop widget to display image cropping to a user.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add images_crop

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

dependencies:
  images_crop: ^0.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:images_crop/images_crop.dart';
1
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to crop image on iOS and Android. It processes image files off main thread natively. The plugin provides a Crop widget to display image cropping to a user.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on images_crop

Packages that implement images_crop