Skip to content

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

License

Notifications You must be signed in to change notification settings

gtgalone/binary_stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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()}');
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages