Flutter SDK
The Tutelar Flutter SDK allows you to build delightful experiences in your native Android and iOS apps using Flutter.
Flutter SDK is a software development kit (SDK) used for building high-performance, high-fidelity mobile applications for iOS, Android, and the web from a single codebase.
Features
Simplified Security: We make it simple for you to collect sensitive data such as device information of users.
Requirements
Android
This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps:
Use Android 6.0 (API level 23) and above.
Use Kotlin version 1.6.10 and above: example
ext.kotlin_version = '1.6.10'
Using an up-to-date Android gradle build tools version and an up-to-date gradle version accordingly.
iOS
This plugin requires several configurations to be able to work on iOS. Please make sure you have those requirement:
Compatible with apps targeting iOS 9.0 and above.
Use Swift version 5.0 and above
Step 1 - Add Dependency
In the dependencies:
section of your pubspec.yaml
add the following line:
Step 2 - Initialize SDK
Add the following line of code to initialise it with the api key you obtained from the Tutelar merchant panel. If you don’t have an api key, create a new one.
Step 3 - Getting Device Info
By calling the following function to receive the device info shown below
Step 4 - Update Permission for iOS
If you are working with iOS Build, You have to add this permission in Info.plist
Step 5 - Proguard Rules (optional)
If you are using Proguard for your builds, modify the Proguard rule file:
Sample Device Fingerprint Data
Last updated