msgpack_stream 1.2.0 copy "msgpack_stream: ^1.2.0" to clipboard
msgpack_stream: ^1.2.0 copied to clipboard

A fast and efficient MessagePack implementation for Dart with streaming support

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0 - 2026-03-03 #

Added #

  • Single precision (32-bit) float packing via packFloat() in Dart

Fixed #

  • Dart code formatting and linter compliance

1.1.0 - 2026-01-27 #

Added #

  • C++ implementation with zero-copy, allocation-free design
  • External buffer API for custom memory management
  • Cross-language test vectors for interoperability testing

1.0.0 - 2025-09-27 #

Added #

  • Initial release
  • Streaming unpacker with feed/next pattern
  • Streaming packer with sink-based architecture
  • Support for all MessagePack types (nil, bool, int, float, string, binary, array, map, ext)
  • Dart implementation with zero dependencies
0
likes
150
points
261
downloads

Documentation

API reference

Publisher

verified publisherflextronic.net

Weekly Downloads

A fast and efficient MessagePack implementation for Dart with streaming support

Repository (GitLab)
View/report issues
Contributing

Topics

#serialization #msgpack #binary #protocol #streaming

License

MIT (license)

More

Packages that depend on msgpack_stream