get_packer 2.0.0
get_packer: ^2.0.0 copied to clipboard
A high-performance Dart serialization library for efficiently packing and unpacking data, offering a faster and more compact alternative to JSON and MessagePack.
2.0.0 #
- Refactor encoder and decoder to be more efficient and maintainable.
- Add all dart core types support.
- Add benchmarks.
- Add better error handling and reporting.
- Add decoder
fromJsonthat allows to decode directly to a model class.
1.0.1 #
- Fix pub.dev points (description too long)
1.0.0 #
- Initial version.