attribution_linker 1.0.1
attribution_linker: ^1.0.1 copied to clipboard
A Flutter package for creating device fingerprints and linking attribution data using WebView. Collect comprehensive device information for analytics and attribution tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add attribution_linker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
attribution_linker: ^1.0.1
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:attribution_linker/attribution_linker.dart';