appsflyer_conv_data 0.9.1
appsflyer_conv_data: ^0.9.1 copied to clipboard
A Flutter plugin for device compatibility gating with remote server checks, AppsFlyer conversion data integration, loading screens, and in-app browser redirects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add appsflyer_conv_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
appsflyer_conv_data: ^0.9.1Alternatively, 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:appsflyer_conv_data/appsflyer_conv_data.dart';