on_image_matrix 1.0.0+1 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';