Skip to main content

Add the package

From your Flutter project root, run:
Or add the dependency in pubspec.yaml:
Then run:

Minimum requirements

  • Flutter SDK: 3.0 or higher
  • Dart: 3.0 or higher
  • Android: minSdkVersion 21 or higher (for install referrer and app links)
  • iOS: 12.0 or higher (for Universal Links / Associated Domains)

Next steps

Configure each platform so links and installs are attributed correctly:

Android setup

App links, install referrer, and ProGuard.

iOS setup

Associated Domains and URL handling.
After setup, see Handling links to respond to incoming deep link URLs in your app.