EP-u-NW / painter

A simple flutter widget to paint with your fingers
https://pub.dev/packages/painter
Other
137 stars 66 forks source link

Support - Adding New custom shape using Custom paint on canvas. #30

Closed anujraghuvanshi closed 3 years ago

anujraghuvanshi commented 3 years ago

Guys, is there any way we can add our custom drawing shape to cavas ??

Or any way we can get instance of canvas which can help to get painted over it ? Just like any circle on canvas as shown in image.

image

EP-u-NW commented 3 years ago

This is currently no possible nor planed. You can fork this repo and implement this by yourselfe.