datatower_ai_core 3.0.2
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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add datatower_ai_core
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
datatower_ai_core: ^3.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:datatower_ai_core/datatower_ai_core.dart';