Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 385 Bytes

File metadata and controls

17 lines (9 loc) · 385 Bytes

Pkid wrapper for Flutter

A Flutter library to read and set documents to PKID.

Note for development

If you want to run the tests local, it is necessary to have libsodium installed on your local device.

For Ubuntu:

Install the package:

sudo apt install libsodium-dev

Create link:

sudo ln -s /usr/lib/x86_64-linux-gnu/libsodium.so /usr/local/lib/libsodium.so