gts_myid_3d 1.2.0 copy "gts_myid_3d: ^1.2.0" to clipboard
gts_myid_3d: ^1.2.0 copied to clipboard

GTS-MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.

gts_myid_3d #

GTS-MyID SDK flutter plugin.

Table of contents #

Android SDK: 1.1.8

iOS SDK: 1.1.8

Project adjustments #

iOS #

Update your iOS configuration files

Change ios/Podfile to use version 13:

platform :ios, '13.0'

Add descriptions for camera permission to ios/YourProjectName/Info.plist:

<plist version="1.0">
<dict>
  <!-- Add these two elements: -->
    <key>NSCameraUsageDescription</key>
    <string>Required for document and facial capture</string>
    
    <key>NSMicrophoneUsageDescription</key>
    <string>Required for voice recording</string>
</dict>
</plist>

Usage #

 var result = await GtsClient.start(
    config: GtsConfig(
        locale: GtsLocale.english
    ),
);

Parameters details:

Method Notes Default
locale To set a specific locale GtsLocale.kyrgyz

SDK error codes #

The error code in the following list may appear during the call of SDK. The list below is for your reference.

Code Error message
101 Unexpected error
102 Camera access denied
103 Timeout
104 Failed to identify the face

Getting Started with Flutter plugins #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
140
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

GTS-MyID SDK plugin for Flutter. Package supports iOS and Android to verify users identity.

Repository

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on gts_myid_3d

Packages that implement gts_myid_3d