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

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.11

Solving packages conflict #

Add this code end of pubspec.yaml.

dependency_overrides:
  collection: your package version
  vector_math: your package version

Usage #

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

  print('Int: ${binaryStream.readInt32()}');
}
2
likes
0
points
524
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, uuid, vector_math

More

Packages that depend on binary_stream