simple_persistence 0.3.4
simple_persistence: ^0.3.4 copied to clipboard
A simple library for persisting data to disk.
Changelog #
0.3.4 #
- Register a deserializer by an object's
runtimeType
0.3.3 #
- Add MIT license
0.3.2 #
- Add
ValueStreamto the public api (viapackage:simple_persistence/utils.dart)
0.3.1 #
- Fix that only the first listener of a
ValueStreamwould get the last value on listening - Add
listenAll()onStoreto get a stream of the list of objects
0.3.0 #
- Remove static functions of
KVStore - Change
KVStoreinitialization to be like a normalStore - Change
StorableFactoryto a singleton
0.2.0 #
- Add a KV store
0.1.1 #
- Change IDs from custom StorableId to simple String
0.1.0 #
- Initial version.