Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add help guide for SocketException error (#11757)
macOS Sequoia added a new "Local network" permission. Before Flutter 3.29, `flutter run` crashed if the IDE or terminal didn't have this permission. On Flutter 3.29, `flutter run` provides a helpful error message that tells the user to turn on Local network permissions. However, currently >60% of users are on a Flutter SDK before 3.29. This guide will help these users on an old version of the Flutter SDK resolve the problem. Part of: flutter/flutter#150131 ## Presubmit checklist - [x] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
- Loading branch information