4Q-s-r-o / signature

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

How cann i show signature from url? #54

Closed MOhsain closed 2 years ago

MOhsain commented 2 years ago

I'm saving signature to server and server gives me an url. So kindly can you tell how can i show signature from url?

MartinHlavna commented 2 years ago

Hello,

I assume you are saving exported PNG on server? I would recommend cached_network_image package for this.

If you have exported points on the server (as an json for example) you would have to download them and supply into SignatureController

FidaMOhsin commented 2 years ago

Dear i want my saved signature to editable. Like suppose when I write something on signature pad and i saved png of signature to server. Server returns me URL of the saved png. So now i want to write on my pervious signature, means update this. I hope now you will get the point. I want just we can load signature from url in signature pad. Kindly response