Add-to-app iOS local network permission#4671
Merged
sfshaza2 merged 2 commits intoflutter:masterfrom Sep 28, 2020
jmagman:add-to-app-bonjour
Merged
Add-to-app iOS local network permission#4671sfshaza2 merged 2 commits intoflutter:masterfrom jmagman:add-to-app-bonjour
sfshaza2 merged 2 commits intoflutter:masterfrom
jmagman:add-to-app-bonjour
Conversation
xster
reviewed
Sep 26, 2020
| ## Local Network Privacy Permissions | ||
| On iOS 14 and higher, enable the Dart multicast DNS | ||
| service in the Debug version of your app | ||
| to allow Flutter debugging functionalities such as hot-reload and DevTools. |
Member
There was a problem hiding this comment.
maybe add debugging functionalities such as hot reload and DevTools via flutter attach. See more on debugging in https://flutter.dev/docs/development/add-to-app/debugging.
Member
Author
There was a problem hiding this comment.
Changed it to
to add [debugging functionalities such as hot-reload and DevTools][] via `flutter attach`.
with that link.
xster
approved these changes
Sep 28, 2020
Member
|
Since we added a new header, could we change the link in https://flutter.dev/docs/development/ios-14#debugging-flutter too? |
Member
Author
Good idea, done. |
filiph
pushed a commit
to filiph/website
that referenced
this pull request
Feb 22, 2021
* Add-to-app iOS local network permission * Add anchor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add instructions for allowing iOS 14 local networking permissions, as promised at the end of https://flutter.dev/docs/development/ios-14#debugging-flutter.
Details in the
samplesPR where I followed these instructions: flutter/samples#554Fixes flutter/flutter#63893.