-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add a breaking change doc about deep links flag change to the flutter website #11493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @hannah-hyj! A few things to fix.
Also, @hannah-hyj, can you add this to the index file? |
|
||
* Android Manifest file | ||
|
||
```dart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hannah-hyj, I believe the build is failing because you label this code as dart
, when it's yaml
. Can you fix this and also add "yaml" to the iOS example below. If I'm right, this should fix the website build.
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
Visit the preview URL for this PR (updated for commit 0687357): https://flutter-docs-prod--pr11493-deeplinkflag-breakingchange-rs4js96k.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At last, the build passes! :D LGTM. (And I meant to say that if you put the links inline you use regular parenthetical brackets, not square brackets, nor curly brackets. :)
Add doc about the breaking change and migration guide.
Related PR: flutter/engine#52350
Presubmit checklist