install_referrer_plugin

install_referrer_plugin Install Referrer Plugin is a Flutter plugin to retrieve install referrer information for Android.

Features

  • Retrieve install referrer details such as:
    • Referrer URL
    • Click timestamp
    • Install timestamp
  • Easy integration with existing Flutter projects.

Installation

To use this plugin, add install_referrer_plugin as a dependency in your pubspec.yaml file.

yaml

dependencies: flutter: sdk: flutter install_referrer_plugin: ^0.0.2

Usage

Import the package and use the provided methods to get the install referrer information.