flexi_storage 1.0.1+2
flexi_storage: ^1.0.1+2 copied to clipboard
A lightweight and flexible key-value storage solution for Dart and Flutter, supporting encryption, caching, and batch operations.
1.0.0 Initial Release #
- Introduced
FlexiStorage, a lightweight and flexible key-value storage solution. - Added support for in-memory caching with customizable strategies (LRU, size-limited, time-based).
- Implemented optional AES encryption for secure data storage.
- Provided thread-safe operations with document-level locking.
- Enabled cross-platform support for web and non-web environments.
- Included batch operations for atomic updates.
- Added API for custom cache strategy implementation.
1.0.1 #
- Update automated publishing to pub.dev
1.0.1+1 #
- Fix publish environment key
1.0.1+2 #
- Correctly list supported platforms