Skip to content

Tags: kecson/web_socket_channel

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dart-lang#83 from dart-lang/config_specific_imports

Add `WebSocketChannel.connect` factory constructor.

1.0.15

Toggle 1.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use `drain` to reach end of stream in tests (dart-lang#75)

Replace `.toList()` for cases where we don't care about the collected
values.

Replace `.listen(null).asFuture()` since that is exactly the
implementation of `drain`.

1.0.14

Toggle 1.0.14's commit message

1.0.13

Toggle 1.0.13's commit message
Declare a return value of `Uint8List` in `BytesBuilder` methods (dart…

…-lang#58)

Part of the rollout of dart-lang/sdk#36900

1.0.12

Toggle 1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow stream_channel version 2.x (dart-lang#48)

None of the breaking changes impact this package or it's exposed API.

1.0.11

Toggle 1.0.11's commit message

1.0.10

Toggle 1.0.10's commit message

1.0.9

Toggle 1.0.9's commit message

1.0.8

Toggle 1.0.8's commit message
Update Dart SDK dependency.

1.0.7

Toggle 1.0.7's commit message
Support the latest dev SDK.