multi_image_crop 0.0.3 copy "multi_image_crop: ^0.0.3" to clipboard
multi_image_crop: ^0.0.3 copied to clipboard

A flutter package to crop multiple images at a time on iOS and Android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_image_crop
copied to clipboard

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

dependencies:
  multi_image_crop: ^0.0.3
copied to clipboard

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:multi_image_crop/multi_image_crop.dart';
copied to clipboard
29
likes
130
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

A flutter package to crop multiple images at a time on iOS and Android.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, image_crop, preload_page_view, scroll_to_index

More

Packages that depend on multi_image_crop