protocols
argument to WebSocketChannel.connect
. See the docs for WebSocket.connet
.3.x
).WebSocketChannel.connect
factory constructor supporting platform independent creation of WebSockets providing the lowest common denominator of support on dart:io and dart:html.Socket implements Stream<Uint8List>
stream_channel
version 2.xFixed description in pubspec.
Fixed lints in README.md.
Fixed links in README.md.
Added an example.
Fixed analysis lints that affected package score.
<3.0.0
.async
2.0.0.<2.0.0-dev.infinity
.crypto
2.0.0.Fix all strong-mode errors and warnings.
Fix a bug where HtmlWebSocketChannel.close()
would crash on non-Dartium browsers if the close code and reason weren't provided explicitly.
BASE64
from dart:convert
rather than crypto
.crypto
1.0.0.