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

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.1

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
0
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin package for having access to TrustSDK features.

Homepage
Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on trustsdk

Packages that implement trustsdk