on_image_matrix 1.0.0+1 copy "on_image_matrix: ^1.0.0+1" to clipboard
on_image_matrix: ^1.0.0+1 copied to clipboard

Flutter Package used to 'edit' basics aspects [Brightness, Contrast, Saturation, etc...] from a widget or image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add on_image_matrix

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

dependencies:
  on_image_matrix: ^1.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:on_image_matrix/on_image_matrix.dart';
14
likes
130
pub points
67%
popularity

Publisher

verified publisherlucasjosino.com

Flutter Package used to 'edit' basics aspects [Brightness, Contrast, Saturation, etc...] from a widget or image.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on on_image_matrix