binary_stream 1.0.0 copy "binary_stream: ^1.0.0" to clipboard
binary_stream: ^1.0.0 copied to clipboard

outdated

Binary Stream to transfer binary between a server and a client.

Binary Stream #

pub package

Binary Stream to transfer binary between a server and a client.

Features #

  • Support multiple data types

Getting started #

dependencies:
  binary_stream: ^1.0.0

Usage #

void main() {
  var binaryStream = BinaryStream();
  binaryStream.writeInt(1);

  print('Int: ${binaryStream.readInt()}');
}
2
likes
0
points
510
downloads

Publisher

unverified uploader

Weekly Downloads

Binary Stream to transfer binary between a server and a client.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, vector_math

More

Packages that depend on binary_stream