RomanBase / hand_signature

A Flutter plugin providing signature pad for drawing smooth signatures.
https://pub.dev/packages/hand_signature
MIT License
108 stars 25 forks source link

Compatibility with flutter_svg:^2.0.0 #33

Closed quaaantumdev closed 1 year ago

quaaantumdev commented 1 year ago

The package is currently stuck at some 1.0.* version of flutter_svg and there is a 2.0.0+ version available. I created a pull request for the changes required. The pull request also contains some information about the changes done:

Pull request with additional information here --> https://github.com/RomanBase/hand_signature/pull/32

Would appreciate it being merged and released on a new version number.

Thanks for the great work with the package @RomanBase!

RomanBase commented 1 year ago

Because in PR #32 is HandSignatureView technically just wrapper around SvgPicture, I decided that in version 3.0.0 will be completely removed dependency on flutter_svg and HandSignatureView removed.