Added a blob field for large binary objects that should be treated separately from message. This provides more flexibility and allows for more fine-tuned control.
For example, when you send a large image or a huge float array from Rust to Dart via streams, you might want to distinguish which kind of image it is. having a separate message and blob field solves this issue.
Changes
Added a
blob
field for large binary objects that should be treated separately frommessage
. This provides more flexibility and allows for more fine-tuned control.For example, when you send a large image or a huge float array from Rust to Dart via streams, you might want to distinguish which kind of image it is. having a separate
message
andblob
field solves this issue.Before Committing
Please make sure that you've formatted the files.