PackageTrack
Sign in Get early access

binarize

Binarize allows for a more streamlined and extendable binary creation experience.

2.0.0 8.8K downloads/mo #3083 most downloaded on pub.dev source

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 1.8 years

Nearly every release is documented

notes for 10 of 10 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

10 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

10 releases · Sep 2021 to Feb 2025
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 10
  1. 2.0.0 12 Feb 2025
    Release notes
    • feat!: reworked the API to be more efficient in reading and writing binary data.
    • feat!: string encoding now supports the Dart Encoding type for encoding.
      • Deprecated: The string8, string16, string32 and string64 are deprecated in favor of the new string encoding.
    • chore!: removed deprecated string constant.
    • chore!: updated SDK lower constraint to 2.15.0.
    • fix: renamed nullable to nil to reflect the same naming convention used for other types.
      • Deprecated: The nullable type is deprecated in favor of the new nil type.
    • feat: add enumeration for storing Enum values.
    • feat: add different TypedData methods for storing binary buffers more efficiently.
    • feat: add int32x4, float32x4 and float64x2 for storing SIMD instructions.
    • chore: updated very_good_analysis to 7.0.0.
    • chore: updated test to 1.25.14.
    Open source →
  2. 1.5.0 30 Apr 2023
    Release notes
    • feat: add BinaryContract for defining a strongly typed binary contract for Dart classes.
    Open source →
  3. 1.4.0 18 Apr 2023
    Release notes
    • feat: added map payload type for storing pairs of keys and values as a map.
    • feat: added RawList payload type for reading and writing lists with a constant length.
    • refactor: Bytes now uses the new RawList payload type.
    • feat: exporting Uint8List and ByteData from dart:typed_data.
    Open source →
  4. 1.3.1 12 Nov 2022
    Release notes
    • fix: calculated length of list was off.
    Open source →
  5. 1.3.0 12 Nov 2022
    Release notes
    • feat: added list payload type for storing lists of values of any other payload type.
    Open source →
  6. 1.2.0 11 Nov 2022
    Release notes
    • feat: added nullable payload type for storing nullable values of any other payload type.
    • docs: added a small section to the README about a use case.
    Open source →
  7. 1.1.0 23 Sep 2022
    Release notes
    • feat: added Bytes payload type for reading and writing list of bytes.
    • feat: added support for reading and writing strings with lower and higher length storage.
      • Deprecated: The string payload type is now deprecated in favor of the string32 payload type.
    • docs: improved documentation for most types.
    • feat: PayloadReader now has a offset property that indicates how far it has read.
    Open source →
  8. 1.0.1 13 Jun 2022
    Release notes
    • Improved documentation, tests and internal code.
    Open source →
  9. 1.0.0 01 Sep 2021
    Release notes
    • Initial release of Binarize.
    Open source →
  10. 1.0.0+1 02 Sep 2021
    Release notes
    • Exposing the writer and reader classes.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive