A Flutter plugin for the Android Play Install Referrer API. The plugins throws an exception on iOS and on Android if Google Play Services are not available.
Get Google Play Install Referrer Details:
ReferrerDetails referrerDetails = await PlayInstallReferrer.installReferrer;For more information see https://developer.android.com/google/play/installreferrer/library.html
This plugin is a fork of android_play_install_referrer by @lschmierer. Chunky Tofu Studios is simply maintaining their work.