kochava_measurement_apple_tracking 3.2.0
kochava_measurement_apple_tracking: ^3.2.0 copied to clipboard
The Apple Tracking framework is an optional module which improves install measurement and attribution through the use of cross-site tracking features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kochava_measurement_apple_trackingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kochava_measurement_apple_tracking: ^3.2.0Alternatively, 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:kochava_measurement_apple_tracking/kochava_measurement_apple_tracking.dart';