4Q-s-r-o / signature

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

Add toSVG #64

Closed h7x4 closed 2 years ago

h7x4 commented 2 years ago

I've added SignatureController.toSVG(), SignatureController.toRawSVG(), done some refactoring and updated the example project.

Closes #9

h7x4 commented 2 years ago

Note that I've added a new dependency, flutter_svg, to the project. Feel free to reject that change, and just leave SignatureController.toRawSVG() if you want to keep the dependency count minimal.