sleek_storage 2.0.0 copy "sleek_storage: ^2.0.0" to clipboard
sleek_storage: ^2.0.0 copied to clipboard

Simple, reactive and lightweight key-value store that saves data in a JSON file

2.0.0 #

  • BREAKING: Box.watch now emits null when value is deleted or when box is cleared.
  • BREAKING: fromJson now also provides the key.
  • New: SleekBox is now a lazy Iterable.
  • New: SleekBox now has index operators.
  • New Box.containsKey method.
  • New SleekStorage.clear() method.
  • New optional defaultValue parameter on SleekStorage.value() method.
  • Fix Box.putAll method.

1.0.0 #

  • First stable release.

0.0.1 #

  • Initial release.
2
likes
140
points
5
downloads

Publisher

verified publishericysun.fr

Weekly Downloads

Simple, reactive and lightweight key-value store that saves data in a JSON file

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

path, value_stream

More

Packages that depend on sleek_storage