encustody 1.0.4 copy "encustody: ^1.0.4" to clipboard
encustody: ^1.0.4 copied to clipboard

PlatformAndroidiOS
unlisted

This is an sdk to sign documents using the Encustody signature service.

1.0.4 #

Code cleanup Fix bug with get_it

1.0.3 #

Updated example code

1.0.2 #

Add urls of encustody config

EncustodyConfig(
    client: 'xxxx',
    secret: 'xxxxxx',
    allowAddFiles: false, 
    allowChangeSignaturePosition: false,
    allowDownloads: false,
    hostApi: '', //new
    hostLogin: '',// new
)

1.0.1 #

Allow to configure multiple options:

EncustodyConfig(
    client: 'xxxx',
    secret: 'xxxxxx',
    allowAddFiles: false, // new
    allowChangeSignaturePosition: false, // new
    allowDownloads: false, // new
)

1.0.0 #

OS Progress Sign Position Encryption Download Signed File
Android yes no no no
IOS yes no yes yes
Web no no yes yes