Flutter Plugin
We use a Flutter plugin that lets you interact with the Privado ID platform. It is a tool that lets you use everything that Privado ID provides: identity wallet, credential wallet, proof generation, etc.
Install Flutter Plugin
To use the Privado ID Flutter SDK plugin, you need to add this plugin as a dependency in your pubspec.yaml
file:
Open the
pubspec.yaml
file in your editor.Scroll down to the dependency section and add the following dependency:
dependencies:
polygonid_flutter_sdk: ^x.y.zwhere x stands for the major version, y stands for the minor version, and z stands for the patch version of the Privado ID Flutter SDK.
If you are working on a branch of the Privado ID Flutter SDK repository, you can add the dependency in the following way:
dependencies:
polygonid_flutter_sdk:
git:
url: ssh://git@github.com/0xPolygonID/polygonid-flutter-sdk.git
ref: branchPathName