Installation Guide
In this section, you will find all the information needed to install the Unico IDCloud platform SDK in your Flutter applications
Development Environment Preconditions
Ensure your development environment meets the following preconditions:
|
The capture component provided through the Flutter SDK supports versions equal to or higher for the following technologies:
Android: 5.0 (API 21);
iOS: 11.
Compatible Devices
This SDK does not function on emulators, it is only supported on physical devices.
iOS Devices:
iOS: It is compatible with almost all devices running iOS 11.
You can check the list of these devices on Apple's official support channels.
Android Devices:
It is compatible with the vast majority of devices running Android 5.0 (API level 21) or higher.
The table below lists the devices tested in the lab, along with the availability of vendor/manufacturer extensions. Some listed extensions may be subject to specific manufacturer APIs or SKUs. Click below to view the tested devices:
Installing the Flutter SDK
To implement the Unico IDCloud Flutter SDK in your Flutter application, follow the step-by-step instructions listed below:
Using the Flutter CLI
To add the Unico Check Flutter SDK to your project, run the following command using the Flutter CLI:
This command adds the following line to your package's pubspec.yaml
file:
Obtaining Packages Manually: The flutter pub add unico_check
command implicitly triggers the flutter pub get
command. If the package was not installed correctly, ensure that unico_check
is in your pubspec.yaml
file and run flutter pub get
manually.
Obtaining the Credentials
Contact the CSs and/or Onboarding team.
Request the SDK Key by entering the identifiers of your applications. Bundle Identifier for iOS, PackageID for Android and Host for WEB.
The identifiers of your applications will be linked to the SDK Key by the Unico team.
You receive your SDK Key to implement the AccessBioConfigDataSource.
Once the SDK installation is complete, proceed to the implementation by reading the following Usage and Integration Guide:
Still need help?
Didn't find something or still need help? If you're already a client or partner, you can reach out through our Help Center.
Atualizado