Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. Features
  5. Dynamic Link for Appsflyer

Dynamic Link for Appsflyer

Requirement

  • Cirilla v4.1.7 or above

Features

Configure source code

Step 1:

Open file: cirilla/pubspec.yaml .Here you need to uncomment code

Change

  # Flutter Appsflyer Plugin
  # appsflyer_sdk: ^6.15.2

To

  # Flutter Appsflyer Plugin
  appsflyer_sdk: ^6.15.2

Then save the file and run the command “flutter pub get” in the cirilla folder

Note: for ios you need to run the additional command “pod install” in the cirilla/ios folder

Step 2:

Open file: cirilla/lib/register_service/register_service.dart

Replace

export 'appsflyer/test_appsflyer.dart';

To

export 'appsflyer/appsflyer_service.dart';

Image example

Was this article helpful to you? Yes No

How can we help?