ivoleitao / stash

Key-value store abstraction with plain and cache driven semantics and a pluggable backend architecture.
MIT License
87 stars 16 forks source link

SharedPreferencesAsync and SharedPreferencesWithCache support #90

Closed katjai1 closed 4 weeks ago

katjai1 commented 2 months ago

Is your feature request related to a problem? Please describe.

From SharedPreferences package documentation: starting with version 2.3.0 there are three available APIs that can be used in this package. [SharedPreferences] is a legacy API that will be deprecated in the future. We highly encourage any new users of the plugin to use the newer [SharedPreferencesAsync] or [SharedPreferencesWithCache] APIs instead.

The [SharedPreferences] API uses the native Android Shared Preferences tool to store data.

The [SharedPreferencesAsync] and [SharedPreferencesWithCache] APIs use DataStore Preferences to store data.

Can you add support for those 2 new sort of classes so that able to use DataStore Preferences for Android using Stash infrastructure?

github-actions[bot] commented 1 month ago

Issue had no activity in the last 30 days. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 4 weeks ago

This issue was closed because it has been stalled for 5 days with no activity.