Update set-up-app-links.md (add missing line)#11526
Update set-up-app-links.md (add missing line)#11526Reza-Babakhani wants to merge 1 commit intoflutter:mainfrom
Conversation
This one line of code took me 3 days. Without this, deep linking doesn't work.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Thanks for the PR to fix this and sorry about the confusion you met. I'll defer to others to review: @chunhtai or @hannah-hyj would you mind taking a look at this PR? Thank you! |
|
@Reza-Babakhani Sorry for the confusion you encountered and thank you for filing this. Starting from Flutter version 3.27 ( the latest stable) , the deep link flag is set to I think we should add back this line, but include it as a note: the iOS setup guide should be updated as well, same situation with the flag for iOS. I can do that in a separate PR. Thank you for reminding us of this. The latest stable version was just launched, and most users are still on earlier versions, so adding back this line to the guide is essential. |
) Follow up on #11526. This PR added a note for flutter version earlier than 3.27, you need to manually add code to opt-in to flutter deep link. Related PR: #11461. --------- Co-authored-by: Parker Lougheed <[email protected]>
<meta-data android:name="flutter_deeplinking_enabled" android:value="true" />This one line of code took me 3 days.
Without this, deep linking doesn't work.