Digital Signing with Flutter SDK

Product:
Digital signing

Product Version:
Latest

Please give a brief summary of your issue:
I’m trying to build a solution with PDF digital singing. I’m able to sign documents on the web but I’m struggling with signing documents using Flutter. Do I need to use native iOS and Android SDK to sign documents on mobile? Does Flutter offer that directly? Do I need to sign the document on server “Linux” ? And what license do I need to get to enable digital signing on Mobile?

Please describe your issue and provide steps to reproduce it:
Still investigating

Please provide a link to a minimal sample where the issue is reproducible:
Still investigating

Hi there,

It is possible to sign with ios and android on client side:

Could you post some video of what you are trying and what is not working?
For any sales inquiries please contact sales Contact Sales | Apryse
Thanks.

Thank you, @Shirley_G for the reply. You’re showing the annotation part not the actual “Digital Signature” here. How is “Signature Annotation” signed with a certificate?

Digital signature is available in native code only so you will need to fork the Flutter SDK and use digital signature in Java/Obj-C:

Thanks.

Thank you! In this case, I can use server side digital signing instead so I can stick to using Flutter only.
Any plan to bring it to Flutter SDK soon?

Hi, there is no plan at the moment but please feel free to submit a feature request through our main website.

Thanks.