tutelarfluttersdk 0.0.1
tutelarfluttersdk: ^0.0.1 copied to clipboard
Tutelar are risk management experts. Our high powered tech-enabled solutions simplify fraud risk management and automates auxiliary business processes enabling companies to focus on its core products [...]
tutelarfluttersdk #
Tutelar are risk management experts. Our high powered tech-enabled solutions simplify fraud risk management and automates auxiliary business processes enabling companies to focus on its core products and services.
| Android | iOS | |
|---|---|---|
| Support | SDK 23+ | iOS 9+ |
Getting Started #
Initiate the object like this:
final Tutelarfluttersdk _sdkplugin = Tutelarfluttersdk();
After that you can access this Tutelarfluttersdk class like the below:
deviceInfo = await _sdkplugin.getDeviceInfo();
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.
- Rebuild the app, as the above changes don't update with hot reload These changes are needed.
iOS #
- Compatible with apps targeting iOS 9.0 and above.
- Use Swift version 5.0 and above