stash_shared_preferences 5.0.0 copy "stash_shared_preferences: ^5.0.0" to clipboard
stash_shared_preferences: ^5.0.0 copied to clipboard

outdated

Shared preferences extension for the stash API. Provides support to store vaults and caches in shared preferences

5.0.0 #

  • BREAKING CHANGE: Changed minimum sdk version
  • chore: Updated dependencies

4.6.2 #

  • FIX: Reading nested JSON throws TypeError issue #45. (e93ff90e)

4.6.1 #

  • FIX: https://github.com/ivoleitao/stash/issues/43 for getInfo calls sembast backed storage no longer deserializes the whole entry.
  • FIX: https://github.com/ivoleitao/stash/issues/43 for getInfo calls secure_store backed storage no longer deserializes the whole entry.
  • FIX: https://github.com/ivoleitao/stash/issues/43 for getInfo calls shared_preferences backed storage no longer deserializes the whole entry.
  • FIX: in the scope of https://github.com/ivoleitao/stash/issues/43 operations on a cache or vault should not imply reading the full entry from the backing store when supported, or if they do the deserialization should not happen as only the info objects needs to be retrieved. This change had a number of consequences namely removing the support for getting the (Cache/Vault)Entry from some events: CacheEntryEvictedEvent, CacheEntryExpiredEvent, (Cache/Vault)RemovedEvent, (Cache/Vault)UpdatedEvent. A fix was also made on sqlite_stash where the getInfo was not working correctly. This is part 1 of the fix, the backing stores should stop obtaining the Entry when asked to obtain the info.

4.6.0 #

  • FEAT: added support for flutter_secure_storage as a storage backend.

4.5.0 #

  • FIX: removed melos extra file from sample.
  • FIX: better example.
  • FIX: updated min flutter version.
  • FEAT: added shared_preferences support.
  • FEAT: added flutter support.

4.4.0 #

  • feat: Initial version
0
likes
0
points
352
downloads

Publisher

verified publisherivoleitao.dev

Weekly Downloads

Shared preferences extension for the stash API. Provides support to store vaults and caches in shared preferences

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, meta, shared_preferences, stash

More

Packages that depend on stash_shared_preferences