pp_asa_attribution 1.0.2
pp_asa_attribution: ^1.0.2 copied to clipboard
Apple search ads attribution plugin, built on Flutter, for iOS 14.3+
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pp_asa_attribution
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
pp_asa_attribution: ^1.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:pp_asa_attribution/pp_asa_attribution.dart';