datatower_ai_core_flutter 2.1.0 copy "datatower_ai_core_flutter: ^2.1.0" to clipboard
datatower_ai_core_flutter: ^2.1.0 copied to clipboard

discontinuedreplaced by: datatower_ai_core
PlatformAndroidiOS

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

Flutter


DataTower.ai SDK for 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 doc

Functionalities:

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

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

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

// ...

DT.initSDK("{AppId of your project}", "{Reporting URL}",
    channel: "",
    isDebug: false,
    logLevel: 2
);

// ...
0
likes
160
points
22
downloads

Publisher

verified publisherdatatower.ai

Weekly Downloads

DataTower.ai 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_flutter

Packages that implement datatower_ai_core_flutter