yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 117 forks source link

draw polygon on picture #28

Open alikamrani opened 2 years ago

alikamrani commented 2 years ago

Hi, Is it possible to draw polygon on pic using this package. If it is not possible, is there any way to implement this?

lively-bigyan commented 2 years ago

Hi @alikamrani. Could you please specify it further? Do you mean to give number of sides as input to draw a polygon?

alikamrani commented 2 years ago

Hi @alikamrani. Could you please specify it further? Do you mean to give number of sides as input to draw a polygon?

Exactly. Like line or rectangle tools, I want to add another tool so that a user can draw a polygon in the picture. For example, click on the picture and put some points around a specific area. Then Draw a polygon by those point

lively-bigyan commented 2 years ago

That is a pretty sweet idea and I have given a thought about the implementation. I could add it sometime in the coming days.