Flutter Deep Links — App Links, Universal Links, and go_router Integration Implementing deep links that open the app from both myapp:// and https:// URLs. Android: App Links Setup ... > android:autoVerify= "true" > android:name= "android.intent.action.VIEW" /> android:name= "android.intent.category.DEFAULT" /> android:name= "android.intent.category.BROWSABLE" /> android:scheme= "https" android:host= "myapp.example.com" /> // web/.well-known/assetlinks.json (served from Firebase Hosting) [{ "rela
Liked this? Start your own feed.
Comment
Sign in to join the discussion.
Loading comments…