| name: web_socket_channel | |
| version: 1.0.10-dev | |
| description: StreamChannel wrappers for WebSockets. This package provides a cross-platform WebSocketChannel API, a cross-platform implementation of that API that communicates over an underlying StreamChannel, IOWebSocketChannel that wraps dart:io's WebSocket class, and a HtmlWebSocketChannel that wrap's dart:html's. | |
| author: Dart Team <misc@dartlang.org> | |
| homepage: https://github.com/dart-lang/web_socket_channel | |
| environment: | |
| sdk: '>=2.0.0-dev.23.0 <3.0.0' | |
| dependencies: | |
| async: '>=1.3.0 <3.0.0' | |
| crypto: '>=0.9.2 <3.0.0' | |
| stream_channel: ^1.2.0 | |
| dev_dependencies: | |
| pedantic: | |
| test: ^1.2.0 |