tutelarfluttersdk 0.0.5
tutelarfluttersdk: ^0.0.5 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 [...]
Tutelar Flutter SDK #
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 | minSdk 23+ | iOS 9+ |
| targetSdk 33+ |
Getting Started #
Initiate the object like this:
final Tutelarfluttersdk _sdkplugin = Tutelarfluttersdk();
After that you can access this Tutelarfluttersdk class like the below: (Pass the IP address in this method)
deviceInfo = await _sdkplugin.getDeviceInfo(ip_address);
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