image_filter_pro 0.1.11
image_filter_pro: ^0.1.11 copied to clipboard
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_proThis 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.11Alternatively, 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/apply_filter_nonweb.dart';
import 'package:image_filter_pro/apply_filter_params.dart';
import 'package:image_filter_pro/apply_filter_web.dart';
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';