fr_storage 0.2.0
fr_storage: ^0.2.0 copied to clipboard
Box-based Flutter key-value storage using ObjectBox on native platforms and IndexedDB on Web.
0.2.0 - 2026-07-16 #
- Add an IndexedDB backend for Flutter Web with encryption enabled by default.
- Allow Web encryption to be disabled explicitly for non-sensitive development data without changing native encryption behavior.
- Add actionable Web encryption exceptions without automatic plaintext fallback.
- Document that Web initialization loads the full IndexedDB data set into memory and is intended only for small key-value workloads.
- Document the mirrored Native/Web encryption-format maintenance contract.
0.1.0 - 2026-07-10 #
- Add encrypted Hive-style
FrStorage -> FrBoxstring CRUD backed by ObjectBox. - Add a static default owner and initialized multi-instance API.
- Add authenticated payload encryption and keyed indexes.