Skip to main content

Quick Start

VersionLast updatedUniPass Wallet Entry URLUpgrade Instructions
v0.0.32022.11.14https://testnet.wallet.unipass.id/Support Google login. Add the optional function of connect to return email. Add a prefix in signMessage
v0.0.12022.10.12https://testnet.wallet.unipass.id/Connect / Transfer / Sign Message & Verify

Android

Please download the installation package of Android on Google drive

iOS

Please fill in your email address in the Application Form and we will send you a test invitation through TestFlight as soon as possible.

Reference

tip

UniPass Wallet entry URL used by current demo: https://testnet.wallet.unipass.id/

Development environment

  • Dart sdk: '>=2.18.1 <3.0.0'
  • Flutter: flutter: ">=2.5.0"

Setup

  1. Add a dependency to the file of pubspec.yaml in your project:
dependencies:
unipass_web_sdk: ^0.0.2
  1. Then run the following command:
flutter pub get
  1. Finally, use it in your Dart code:
import 'package:unipass_web_sdk/unipass_web_sdk.dart';

In the Android project, please check the network permissions has been enabled in your Manifest file.

<uses-permission android:name="android.permission.INTERNET" />