cubepod_storage 0.1.5 copy "cubepod_storage: ^0.1.5" to clipboard
cubepod_storage: ^0.1.5 copied to clipboard

Persistent storage integration and local caching for the CubePod ecosystem.

0.1.5 #

  • Synchronized version to 0.1.5 for Alpha release preparation.

0.1.4 #

Fixed a race condition in the SharedPreferences adapter — calling StorageSignal before await SharedPreferences.getInstance() completed would crash. The adapter now buffers writes until initialization is complete. Added an InMemoryStorageAdapter for use in unit tests so you don't need to mock platform channels.

0.1.2 #

Added StorageSignal<T> — a StateSignal that automatically persists its value across app sessions using a pluggable storage adapter.

0.1.0 #

Initial release with CubeStorage.

0
likes
140
points
348
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Persistent storage integration and local caching for the CubePod ecosystem.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

cubepod_state, flutter, shared_preferences

More

Packages that depend on cubepod_storage