-2

Hello there can anyone please tell me how can i apply Exposure, Brilliance, Highlights, Shadows, Contrast, Brightness, Saturation, Vibrance, Warmth, Color Tint, Sharpness, Blur,

above all adjustments to image using flutter.

Thank you.

Narendra
  • 101
  • 1
  • 4

1 Answers1

0

Without example code, it's difficult to give a specific answer.

You'll likely need to use a combination of ColorFilter and ImageFilter from dart:ui, there is a package on pub.dev called photofilters that may be able to help you.

cperry
  • 1
  • 1
  • 1
  • 1
    Thanks for you suggestion but for color filter i need color matrix and i don't know color matrix for all of them can you please i am searching it from 1 week and no luck it'll be very helpful if you find color matrix. Thanks – Narendra Sep 27 '20 at 14:33