flutter_confetti icon indicating copy to clipboard operation
flutter_confetti copied to clipboard

Don't fill path with color / Ability to use painter instead of just custom particle path

Open ervindobri opened this issue 2 years ago • 1 comments

Problem:

  • when using a custom particle path this path gets filled, no matter if it's an arc, just a line,

Reproduction:

  • use a custom path like an arc, bezier. -> the shape will be filled with one of the random colors

Solution:

  • along using custom path, allow using painters too, so the particles are more customizable

image

ervindobri avatar Jan 30 '24 13:01 ervindobri

@ervindobri Show me your code please?

shinriyo avatar Jul 02 '24 02:07 shinriyo