From 7d63c1a0861040a255fd83f416817c8df61e8a2f Mon Sep 17 00:00:00 2001 From: John Ryan Date: Mon, 4 Aug 2025 11:31:58 -0700 Subject: [PATCH 1/3] Update set-up-app-links.md --- .../cookbook/navigation/set-up-app-links.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/content/cookbook/navigation/set-up-app-links.md b/src/content/cookbook/navigation/set-up-app-links.md index 937b762e6f..9bd6953449 100644 --- a/src/content/cookbook/navigation/set-up-app-links.md +++ b/src/content/cookbook/navigation/set-up-app-links.md @@ -187,8 +187,9 @@ Just add it to the sha256_cert_fingerprints list ## Testing You can use a real device or the Emulator to test an app link, -but first make sure you have executed `flutter run` at least once on -the devices. This ensures that the Flutter application is installed. +but first make sure you have executed `flutter run` in release mode +at least once on the devices. This ensures that the Flutter +application is installed. Emulator screenshot @@ -201,6 +202,10 @@ adb shell 'am start -a android.intent.action.VIEW \ ``` +:::note +For apps that are installed locally using Android Studio, +::: + :::note This doesn't test whether the web files are hosted correctly, @@ -212,6 +217,12 @@ To test **both** web and app setup, you must click a link directly through web browser or another app. One way is to create a Google Doc, add the link, and tap on it. +:::note +You may need to enable the toggle for "Supported web addresses" manually +in your Android app's settings if you are debugging locally, and not +downloading the app from the Play Store. +::: + If everything is set up correctly, the Flutter application launches and displays the details screen: From a496166c2e5a393881dd17c9b9f6153f285aa30c Mon Sep 17 00:00:00 2001 From: John Ryan Date: Mon, 4 Aug 2025 11:35:47 -0700 Subject: [PATCH 2/3] Fix accidental changes --- src/content/cookbook/navigation/set-up-app-links.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/content/cookbook/navigation/set-up-app-links.md b/src/content/cookbook/navigation/set-up-app-links.md index 9bd6953449..224387fde7 100644 --- a/src/content/cookbook/navigation/set-up-app-links.md +++ b/src/content/cookbook/navigation/set-up-app-links.md @@ -187,9 +187,8 @@ Just add it to the sha256_cert_fingerprints list ## Testing You can use a real device or the Emulator to test an app link, -but first make sure you have executed `flutter run` in release mode -at least once on the devices. This ensures that the Flutter -application is installed. +but first make sure you have executed `flutter run` at least once on +the devices. This ensures that the Flutter application is installed. Emulator screenshot @@ -202,10 +201,6 @@ adb shell 'am start -a android.intent.action.VIEW \ ``` -:::note -For apps that are installed locally using Android Studio, -::: - :::note This doesn't test whether the web files are hosted correctly, From a613d1ef8217119dee8eeca042c7b73e5e40d2be Mon Sep 17 00:00:00 2001 From: Shams Zakhour <44418985+sfshaza2@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:08:30 -0700 Subject: [PATCH 3/3] Update src/content/cookbook/navigation/set-up-app-links.md --- src/content/cookbook/navigation/set-up-app-links.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/content/cookbook/navigation/set-up-app-links.md b/src/content/cookbook/navigation/set-up-app-links.md index 224387fde7..d21953eeda 100644 --- a/src/content/cookbook/navigation/set-up-app-links.md +++ b/src/content/cookbook/navigation/set-up-app-links.md @@ -213,9 +213,8 @@ directly through web browser or another app. One way is to create a Google Doc, add the link, and tap on it. :::note -You may need to enable the toggle for "Supported web addresses" manually -in your Android app's settings if you are debugging locally, and not -downloading the app from the Play Store. +If you are debugging locally (and not downloading the app from the Play Store), +you might need to enable the toggle for **Supported web addresses** manually. ::: If everything is set up correctly, the Flutter application