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

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

example/binary_stream_example.dart

import 'package:binary_stream/binary_stream.dart';

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