3

I'm trying to figure out how to access referrer info provided by Google Play Store using the Play Install Referrer Library/API. Do I need to create a platform channel to the Android? And when should be the function be triggered?

Mayur Dhurpate
  • 1,112
  • 4
  • 16
  • 34
  • 1
    I need that, too. I haven't found a Flutter library for the Play Install Referrer API yet, but implementing it using platform channels seems straight-forward. – lschmierer Jan 30 '20 at 13:46

1 Answers1

7

I have just implemented a Flutter plugin doing exactly that:

https://pub.dev/packages/android_play_install_referrer

lschmierer
  • 586
  • 1
  • 3
  • 14