-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add-to-app iOS local network permission #4671
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
xster
left a comment
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.
LGTM. Thanks!
| ## 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. |
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.
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.
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.
Changed it to
to add [debugging functionalities such as hot-reload and DevTools][] via `flutter attach`.
with that link.
|
Since we added a new header, could we change the link in https://flutter.dev/docs/development/ios-14#debugging-flutter too? |
Good idea, done. |
sfshaza2
left a comment
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.
LGTM
* Add-to-app iOS local network permission * Add anchor
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.