integrating shared_preferences into riverpod
I am looking to use shared_preferences
with riverpod
. I’m a riverpod novice and have never worked with shared_preferences before, so I was looking for a guide on/example of how to combine the two. I did see this one but that was using the outdated SharedPreferences
instead of SharedPreferencesWithCache
or SharedPreferencesAsync
.