Skip to main content

Add the package

From your Flutter project root, run:
flutter pub add deeplink_flutter_sdk
Or add the dependency in pubspec.yaml:
dependencies:
  deeplink_flutter_sdk: ^1.0.0  # use the latest version from pub.dev
Then run:
flutter pub get

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.