4Q-s-r-o / signature

Flutter plugin that creates a canvas for writing down a signature
MIT License
252 stars 83 forks source link

Multi Features #63

Closed mstfkhazaal closed 2 years ago

mstfkhazaal commented 2 years ago

1- Please add Placeholder when user not drawing yet placholder 2- Add ToSVG & To PDF

MartinHlavna commented 2 years ago

Hi, thanks for the ideas.

1) Since this is design requirement I would suggest implementing this outside of the the plugin. You can position your placeholder on top of the Signature pad and hide on the first tap. You will probably loose first point, but that should be irrelevant as next one would be probably on the same position.

2) As for toSVG see #9. I would say conversion toPDF is also a bit out of the scope of this package, bacause there are many variables and most users probably wants to include singature in PDF along with some other data, not just signature alone. What is your use case for this?