Skip to main content

How to Create Deep Link for Share Item

  1. Open lib -> settings.dart file.

  2. Add your host url here [Without http or https]

    Native Link 1

  3. Go to android -> app -> main -> AndroidManifest.xml file. Also add your host url here [Without http or https]

    Native Link 2

  4. Open your code in xcode -> Runner -> Signing & Capabilities -> Associated Domains in add your domain here. [Without http or https]

    Native Link 3

  5. First of all download this google files from the link: Server Side Deeplink Files

  6. Open both files in the any text editor and follow below steps.

    Native Link 4

    Native Link 5