You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,20 +129,27 @@ flutter test test/widgets/codegen_previewer_test.dart
129
129
130
130
Instead of copy pasting from pub.dev, it is recommended that you use `flutter pub add package_name` to add a new package to `pubspec.yaml`. You can read more [here](https://docs.flutter.dev/packages-and-plugins/using-packages#adding-a-package-dependency-to-an-app-using-flutter-pub-add).
131
131
132
-
## Troubleshooting Common Issues
132
+
## Platform-specific Additional Instructions
133
133
134
-
### Network Connection Issues on macOS
134
+
### macOS
135
135
136
-
If you encounter a network connection error similar to the following while running your Flutter app on macOS:
136
+
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.
137
137
138
138
```
139
-
ClientException with SocketException: Connection failed (OS Error: Operation not permitted, errno = 1)
0 commit comments