datatower_ai_core 3.0.2 copy "datatower_ai_core: ^3.0.2" to clipboard
datatower_ai_core: ^3.0.2 copied to clipboard

DataTower.ai core SDK for Flutter. Provided feature of Event Tracking, Timing Event Tracking, User Property, Ad Flow Tracking, Attribution Integration and etc.

Available in
Android - iOS - Unity - Flutter


DataTower.ai - Core - Flutter #

Android iOS
Support SDK 19+ 11.0+

Getting Started #

  1. Register at https://datatower.ai/,
  2. Log in and Create your Project,
  3. Once created, you will get appId and url (Reporting URL) that will be used later.

Usage #

Please refer to our API docs

Functionalities:

  • Event Tracking
  • Timing Event Tracking
  • User Property
  • Ad Flow Tracking
  • Attribution Integration/Linking

⚠ Remember to call DT.initSDK() before any usage of other APIs:

import 'package:datatower_ai_core/api/dt.dart';

DT.initSDK("{AppId of your project}", "{Reporting URL}",
    channel: "",
    isDebug: false,
    logLevel: DTLogLevel.DEBUG,
    manualEnableUpload: false,
);
0
likes
150
points
81
downloads

Publisher

verified publisherdatatower.ai

Weekly Downloads

DataTower.ai core SDK for Flutter. Provided feature of Event Tracking, Timing Event Tracking, User Property, Ad Flow Tracking, Attribution Integration and etc.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on datatower_ai_core