4Q-s-r-o / signature

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

Signature ignores new size #85

Closed ToniHeiss closed 1 year ago

ToniHeiss commented 1 year ago

If you give a signature widget different sizes throughout the lifecycle of your own stateful widget, the signature pad will ignore those bounds as only the initial bounds are used for paintchecks. The max size of the canvas is only evaluated in the initState function of the signature widget.

ToniHeiss commented 1 year ago

https://github.com/4Q-s-r-o/signature/pull/66 Nvm, duplicate of my colleague. We would still greatly appreciate this functionality.