simple_storage 1.3.1
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:
Collectionnow supports dynamic values instead ofMap<String, dynamic>.
1.3.1 #
- BREAKING CHANGES:
Collectionnow supports indexing based on specified fields. - BREAKING CHANGES:
Collectionnow supports pagination. - BREAKING CHANGES:
Collectionnow supports transactions. - BREAKING CHANGES:
Collectionnow supports TTL (Time-To-Live).