Flutter
credolabSDK for Flutter is a set of libraries designed to capture a client’s digital footprint from mobile devices and upload it to the credolab web service for future processing of scorecards and fragments.
Versions
Go to the Declare dependencies section of the Flutter Integration documentation to learn how to resolve these artifacts in your project
Core Module
Artifact ID | Version |
---|---|
flutter_core | 6.0.0 |
Android Modules
Artifact ID | Version |
---|---|
flutter_android_application | 6.0.0 |
flutter_android_account | 6.0.0 |
flutter_android_calendar | 6.0.0 |
flutter_android_contact | 6.0.0 |
flutter_android_iovation | 6.0.0 |
flutter_android_audio | 6.0.0 |
flutter_android_images | 6.0.0 |
flutter_android_video | 6.0.0 |
flutter_android_sms | 6.0.0 |
iOS Modules
Artifact ID | Version |
---|---|
flutter_ios_calendar_events | 5.0.0 |
flutter_ios_calendar_reminders | 5.0.0 |
flutter_ios_contact | 5.0.0 |
flutter_ios_iovation | 6.0.0 |
flutter_ios_media | 5.0.0 |
flutter_ios_music | 5.0.0 |
Modules
Core Module
Based on native modules Android Core Module and iOS Core Module
Our developed modules are categorized based on runtime permissions. To determine which permissions are associated with each module, please refer to the Android SDK or iOS SDK documentation.
Android Modules
- AndroidApplicationModule
- AndroidAccountModule
- AndroidCalendarModule
- AndroidContactModule
- AndroidIovationModule
- AndroidAudioModule
- AndroidImagesModule
- AndroidVideoModule
- AndroidSmsModule
Please note that Behavioral Module and Logging Plugin are not available for Flutter.
iOS Modules
- IosCalendarEventsModule
- IosCalendarRemindersModule
- IosContactModule
- IosIovationModule
- IosMediaModule
- IosMusicModule
Please note that CredoAppBehavioral and CredoAppLogging are not available for Flutter.
Updated over 1 year ago