Skip to main content

Add the package

From your Flutter project root, run:
flutter pub add invyto_deeplink
Or add the dependency in pubspec.yaml:
dependencies:
  invyto_deeplink: ^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: After setup, see Handling links to respond to incoming deep link URLs in your app.