image_processing_plugin 0.0.1 copy "image_processing_plugin: ^0.0.1" to clipboard
image_processing_plugin: ^0.0.1 copied to clipboard

A Flutter plugin for image processing tasks including face detection, brightness checks, and photo filters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_processing_plugin

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

dependencies:
  image_processing_plugin: ^0.0.1

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_processing_plugin/image_processing_plugin.dart';
1
likes
150
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for image processing tasks including face detection, brightness checks, and photo filters.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, google_mlkit_face_detection, image, plugin_platform_interface

More

Packages that depend on image_processing_plugin

Packages that implement image_processing_plugin