unipass_web_sdk 0.0.7 unipass_web_sdk: ^0.0.7 copied to clipboard
A Flutter plugin that allows you using unipass with webview page.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unipass_web_sdk
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
unipass_web_sdk: ^0.0.7
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:unipass_web_sdk/unipass_web_sdk.dart';