flexi_storage 1.0.1+2 copy "flexi_storage: ^1.0.1+2" to clipboard
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
3
likes
150
points
0
downloads

Publisher

verified publisherbrennerferreira.com

Weekly Downloads

A lightweight and flexible key-value storage solution for Dart and Flutter, supporting encryption, caching, and batch operations.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, flutter, universal_web

More

Packages that depend on flexi_storage