simple_storage 1.3.1 copy "simple_storage: ^1.3.1" to clipboard
simple_storage: ^1.3.1 copied to clipboard

A simple persistent key value storage library for dart. Provide basic functionality for storing and retrieving data. Supports TTL and transactions.

1.0.0 #

  • Initial version.

1.1.0 #

  • Add support for web.

1.1.1 #

  • Removed conditional imports.

1.1.2 #

  • Fixed platform support for web.

1.1.2+1 #

  • Updated readme.

1.1.2+2 #

  • Updated readme.

1.2.0 #

  • BREAKING CHANGES: Collection now supports dynamic values instead of Map<String, dynamic>.

1.3.1 #

  • BREAKING CHANGES: Collection now supports indexing based on specified fields.
  • BREAKING CHANGES: Collection now supports pagination.
  • BREAKING CHANGES: Collection now supports transactions.
  • BREAKING CHANGES: Collection now supports TTL (Time-To-Live).
0
likes
150
points
6
downloads

Publisher

unverified uploader

Weekly Downloads

A simple persistent key value storage library for dart. Provide basic functionality for storing and retrieving data. Supports TTL and transactions.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

synchronized

More

Packages that depend on simple_storage