An open API service indexing awesome lists of open source software.

https://github.com/threefoldtech/threefold_connect_flutter_pkid_client

Pkid client for Flutter
https://github.com/threefoldtech/threefold_connect_flutter_pkid_client

Last synced: about 2 months ago
JSON representation

Pkid client for Flutter

Awesome Lists containing this project

README

        

# 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 ``