fr_storage 0.2.0 copy "fr_storage: ^0.2.0" to clipboard
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 -> FrBox string CRUD backed by ObjectBox.
  • Add a static default owner and initialized multi-instance API.
  • Add authenticated payload encryption and keyed indexes.
0
likes
140
points
151
downloads

Documentation

API reference

Publisher

verified publisherwyattcoder.top

Weekly Downloads

Box-based Flutter key-value storage using ObjectBox on native platforms and IndexedDB on Web.

Repository (GitHub)
View/report issues

Topics

#storage #encryption #objectbox #indexeddb

License

MIT (license)

Dependencies

crypto, flat_buffers, flutter, flutter_secure_storage, idb_shim, objectbox, objectbox_flutter_libs, pointycastle, web

More

Packages that depend on fr_storage