4Q-s-r-o / signature

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

Feature Request: onChanged callback. #6

Closed danvick closed 5 years ago

danvick commented 5 years ago

Good work on this useful plugin.

Is there possibility of adding an onChanged(updatedData) callback that will notify when user interaction has stopped sending back the byte data for users to react to?

ethael commented 5 years ago

thanks for the input. we do not plan this feature as we do not currently need it for our projects, but we may do it in the future. feel free to create a PR for it if you are interested.

MartinHlavna commented 5 years ago

PR #7 solves this.

MartinHlavna commented 5 years ago

PR #7 has been merged. Will be released soon.