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.
3.1.0-beta1 #
NOTICE: This version is for Android ONLY!
- NEW: Supports to disable preset properties through config file.
- NEW: Supports to toggle preset event
- DT.enableAutoTrack(DTPresetEvent)
- DT.disableAutoTrack(DTPresetEvent)
- UPDATE: Cutting out unnecessary event uploading at the initialization stage.
3.0.0 #
❓ How to migrate?
- Changes package from
datatower_ai_core_flutter
todatatower_ai_core
.- Searching and replacing globally inside /lib directory:
Searching Replacing package:datatower_ai_core_flutter/
package:datatower_ai_core/
/datatower_ai_core_flutter.dart
/datatower_ai_core.dart
- Migrated from datatower_ai_core_flutter.
- NEW: dynamic & static common properties.
- NEW: Third-party id added to event properties.
- NEW: Supports to set Tenjin id.