FLUTTER ECOSYSTEM

dart-archive/stream_channel

Uma abstração para canais de comunicação bidirecional

Capa do projeto stream_channel
Stars
49
Forks
17
Último push (UTC)
1 de fev. de 2025
Status do projeto
Arquivado
Dart Archive GitHub avatar
GITHUB Organization

Dart Archive ↗

Legacy projects kept around for posterity – See github.com/dart-lang for current work

LinguagensDart

Dependências usadas

Lista de dependências 3 itens
  • async^2.5.0
  • dart_flutter_team_lintsDesenvolvimento^3.0.0
  • testDesenvolvimento^1.16.6

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/tools/tree/main/pkgs/stream_channel

Dart CI pub package package publisher

This package exposes the StreamChannel interface, which represents a two-way communication channel. Each StreamChannel exposes a Stream for receiving data and a StreamSink for sending it.

StreamChannel helps abstract communication logic away from the underlying protocol. For example, the test package re-uses its test suite communication protocol for both WebSocket connections to browser suites and Isolate connections to VM tests.

This package also contains utilities for dealing with StreamChannels and with two-way communications in general. For documentation of these utilities, see the API docs.