simple_persistence 0.3.3 copy "simple_persistence: ^0.3.3" to clipboard
simple_persistence: ^0.3.3 copied to clipboard

A simple library for persisting data to disk.

0.3.3 #

  • Add MIT license

0.3.2 #

  • Add ValueStream to the public api (via package:simple_persistence/utils.dart)

0.3.1 #

  • Fix that only the first listener of a ValueStream would get the last value on listening
  • Add listenAll() on Store to get a stream of the list of objects

0.3.0 #

  • Remove static functions of KVStore
  • Change KVStore initialization to be like a normal Store
  • Change StorableFactory to 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.
0
likes
140
pub points
11%
popularity

Publisher

verified publisherlojewski.dev

A simple library for persisting data to disk.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta, path

More

Packages that depend on simple_persistence