pro_binary 2.0.0 copy "pro_binary: ^2.0.0" to clipboard
pro_binary: ^2.0.0 copied to clipboard

Efficient binary serialization library for Dart. Encodes and decodes various data types.

2.0.0 #

  • Update dependencies
  • sdk: ^3.6.0

1.1.1 #

  • fix: warnings

1.1.0 #

  • fix: Increased test coverage, providing more comprehensive validation for edge cases.

  • performance: Optimized buffer management to reduce memory reallocations and improve efficiency.

  • docs: Updated documentation to cover new properties and methods, including additional examples.

  • Writer:

    • feat: Added bytesWritten property to track the total number of bytes written to the buffer.
    • feat: Introduced initialBufferSize parameter in the constructor, allowing configuration of the initial buffer size for optimized memory usage.
    • improvement: Enhanced memory management, with the buffer now resizing by doubling in size when capacity is reached to reduce frequent resizing.
  • Reader:

    • feat: Added bytesRead property to monitor the total number of bytes read from the buffer.
    • feat: Introduced reset method, allowing users to reset the reading position to the start of the buffer for convenient re-reading.

1.0.2 #

  • docs: Updated documentation.

1.0.1 #

  • docs: Updated documentation.
  • feat: Added example directory with basic usage examples.

1.0.0 #

  • Initial release.
4
likes
160
points
247
downloads

Publisher

verified publisherpro100.dev

Weekly Downloads

Efficient binary serialization library for Dart. Encodes and decodes various data types.

Repository (GitHub)
View/report issues

Topics

#binary #serialization #deserialization

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on pro_binary