I made a macro package that allows you to define Dart classes that are backed by binary data directly

So imagine normal Dart classes but you can access and serialize/deserialize into binary efficiently as it’s already in a ByteBuffer

Completely useless for anyone except me πŸ˜‚

Comments