4Q-s-r-o / signature

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

Expose StrokeCap and StrokeJoin to SignatureController #76

Closed saschaernst closed 1 year ago

saschaernst commented 1 year ago

Adding these options to the SignatureController allows it to have a bigger variety of drawing styles when using the package. The default values reflect the ones used before, so the change should be fully backwards compatible

saschaernst commented 1 year ago

Thanks for approving. Any idea when a new release including the PR will come out?