trustsdk 0.0.2 copy "trustsdk: ^0.0.2" to clipboard
trustsdk: ^0.0.2 copied to clipboard

PlatformAndroidiOS
outdated

Plugin package for having access to TrustSDK features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add trustsdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  trustsdk: ^0.0.2

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:trustsdk/TrustAudit/TrustAudit.dart';
import 'package:trustsdk/TrustBioidentify/TrustBioidentify.dart';
import 'package:trustsdk/TrustDeviceInfo/TrustDeviceInfo.dart';
import 'package:trustsdk/TrustSSO/TrustFIDO2.dart';
import 'package:trustsdk/TrustSSO/TrustIDP.dart';
import 'package:trustsdk/TrustSSO/TrustTransaction.dart';
import 'package:trustsdk/TrustSSO/TrustValidation.dart';
1
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin package for having access to TrustSDK features.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on trustsdk

Packages that implement trustsdk