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
- Host: GitHub
- URL: https://github.com/threefoldtech/threefold_connect_flutter_pkid_client
- Owner: threefoldtech
- License: apache-2.0
- Created: 2021-10-13T09:09:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T13:19:37.000Z (4 months ago)
- Last Synced: 2025-04-09T17:10:02.061Z (about 2 months ago)
- Language: Dart
- Size: 101 KB
- Stars: 1
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 ``