Flutter SDK

Credolab Flutter SDK is a set of libraries designed to capture a client’s digital footprint from mobile devices for future processing of scorecards and fragments.

Pick The Right Modules

The Credolab Flutter SDK is modular by design. At its foundation is a single mandatory Core module, which operates without accessing any runtime permissions. All additional features are provided through optional modules and plugins, each requesting only the specific permissions they require. This approach allows you to begin integration with just the modules that align with your app's existing permission set, keeping the implementation flexible, secure, and fully permission-scoped.

Flutter SDK Module Scheme

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 IDVersion
flutter_core normal permissions7.3.0

📘

Starting from version 6.4.0, the Core plugin includes functionality for collecting application metadata. Additionally, beginning with this version, the plugin automatically adds the <queries> section with the intent action android.intent.action.MAIN to the application's Manifest file

Android Modules

Artifact IDVersion
flutter_android_account runtime permissions7.1.0
flutter_android_calendar runtime permissions7.1.0
flutter_android_contact runtime permissions7.1.0
flutter_android_iovation normal permissions7.1.0
flutter_android_audio runtime permissions7.1.0
flutter_android_images runtime permissions7.1.0
flutter_android_video runtime permissions7.1.0
flutter_android_sms runtime permissions7.2.0
flutter_android_calllog runtime permissions7.1.0
flutter_android_telephony runtime permissions7.1.0

iOS Modules

Artifact IDVersion
flutter_ios_calendar_events runtime permissions5.2.0
flutter_ios_calendar_reminders runtime permissions5.2.0
flutter_ios_contact runtime permissions5.2.0
flutter_ios_iovation normal permissions6.2.0
flutter_ios_media runtime permissions5.2.0
flutter_ios_music runtime permissions5.2.0
flutter_ios_application normal permissions5.2.0

Behavioral Module

Artifact IDVersion
flutter_behavioral normal permissions7.6.0
flutter_android_behavioral_phone runtime permissions7.1.0

SDK Description

Our developed modules are categorized based on runtime permissions. To determine which permissions are associated with each module, please refer to theAndroid or iOS SDK documentation.

Mandatory Core Module

Based on native modules Android Core Module and iOS Core Module

Optional Behavioral Module

Built on top of native Behavioral modules for Android and iOS modules with added events specific to the Flutter.

Phone Behavioral Plugin for Android

Based on native Phone Behavioral Plugin for Behavioral Module.

Please note that Logging Plugin And CredoAppLogging are not available for Flutter yet.

Mobile Data Flow

  1. Mobile Client triggers the Core Module to start data collection
  2. The Core Module collects data from attached modules and returns an encrypted dataset
  3. Mobile Client sends the dataset to Credolab via a Reverse Proxy with a unique reference number
  4. Client's Server requests scores and insights from Credolab using that reference number