unipass_web_sdk 0.0.4 unipass_web_sdk: ^0.0.4 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 Dart:
$ dart pub add unipass_web_sdk
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 dart pub get
):
dependencies:
unipass_web_sdk: ^0.0.4
Alternatively, your editor might support dart pub get
or 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';