Create Multi-colored Blended Effects?

Hey folks!

I’ve been thinking about how to recreate some cool, abstract color-blending effects in Flutter. I’m looking to mimic the sort of multi-colored, flowing blends you often see in paintings (like the one I’ve attached). The colors mix in a way that feels organic and artistic, almost like watercolor or abstract art.

I’m curious if anyone has played around with similar effects in Flutter or if any techniques can help achieve something like this. I’m imagining something with smooth color transitions, gradients, and maybe a bit of texture.

Would love to hear your thoughts or share any cool experiments you’ve done with colors in Flutter!

I think you may need to look into shaders to achieve something like it, custom painters may not be enough

Examples

2 Likes