4Q-s-r-o / signature

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

Avoid trying to convert image to bytes if null #24

Closed danvick closed 4 years ago

danvick commented 4 years ago

This commit tries to avoid breakage in toPngBytes() when toImage() returns null in SignatureController

danvick commented 4 years ago

Noted. In that case, you may want to also apply braces to line 178.

Cheers!