image_filter_pro 0.1.2 copy "image_filter_pro: ^0.1.2" to clipboard
image_filter_pro: ^0.1.2 copied to clipboard

outdated

A Flutter package for applying color filters to images with presets and manual sliders

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_filter_pro

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

dependencies:
  image_filter_pro: ^0.1.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_filter_pro/filter_manager.dart';
import 'package:image_filter_pro/image_processor.dart';
import 'package:image_filter_pro/named_color_filter.dart';
import 'package:image_filter_pro/photo_filter.dart';
23
likes
0
points
354
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for applying color filters to images with presets and manual sliders

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, image, path_provider

More

Packages that depend on image_filter_pro