Quick Start
Version | Last updated | UniPass Wallet Entry URL | Upgrade Instructions |
---|---|---|---|
v0.0.3 | 2022.11.14 | https://testnet.wallet.unipass.id/ | Support Google login. Add the optional function of connect to return email. Add a prefix in signMessage |
v0.0.1 | 2022.10.12 | https://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
- Add a dependency to the file of
pubspec.yaml
in your project:
dependencies:
unipass_web_sdk: ^0.0.2
- Then run the following command:
flutter pub get
- 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" />