image_handler 0.0.2 copy "image_handler: ^0.0.2" to clipboard
image_handler: ^0.0.2 copied to clipboard

A versatile Flutter plugin for effortless image management. Crop, compress, and select images or videos with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_handler

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

dependencies:
  image_handler: ^0.0.2

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:image_handler/image_handler.dart';
12
likes
150
pub points
60%
popularity

Publisher

verified publisherotrofy.com

A versatile Flutter plugin for effortless image management. Crop, compress, and select images or videos with ease.

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

file_picker, flutter, flutter_image_compress, flutter_image_cropper, image_cropper, image_picker, plugin_platform_interface

More

Packages that depend on image_handler