fling_pickle 0.4.1
fling_pickle: ^0.4.1 copied to clipboard
Lightweight serialization and deserialization framework for Dart. Unintrusive and avoids complex initialization, annotations, and heavy reflection.
0.4.1 - 2021-08-16 #
Added #
- Circle CI configuration
Removed #
- Travis CI configuration
0.4.0 - 2021-08-16 #
Added #
- Optional default values for all read operations, should the key be empty
0.3.0 - 2021-03-25 #
Added #
- Dart JSON pickler for integration with Firestore et al
Changed #
- Correct changelog links
0.2.0 - 2021-03-21 #
Added #
- Pickler for writing and reading from binary
- PickleBuilder for immutable Pickles
0.1.0 - 2021-03-20 #
Added #
- Project scaffolding
- Basic Pickle class with example
- Publishing documentation and configuration