dy_fuzzy_attribution 0.0.2
dy_fuzzy_attribution: ^0.0.2 copied to clipboard
抖音模糊归因相关方案
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dy_fuzzy_attributionThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dy_fuzzy_attribution: ^0.0.2Alternatively, 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:dy_fuzzy_attribution/dy_fuzzy_attribution.dart';