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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,10 @@ void main() async {
117
117
}
118
118
```
119
119
120
+
> Note: `SSHSocket.connect()` uses native TCP sockets (`dart:io`) and is not
121
+
> available on Flutter Web / Dart Web. See [Web support](#web-support) below
122
+
> for browser-compatible transport options.
123
+
120
124
> `SSHSocket` is an interface and it's possible to implement your own `SSHSocket` if you want to use a different underlying transport rather than standard TCP socket. For example WebSocket or Unix domain socket.
0 commit comments