Join Slack
Powered by
Is there a kmm library for simple key value storag...
# multiplatform
a
Alex
04/30/2023, 10:08 AM
Is there a kmm library for simple key value storage (like SharedPreferences on Android) but that is observable via a flow? Something along the lines of:
Copy code
interface KeyValueStore<T> { fun <T> observe(key: String): Flow<T> }
Alex
04/30/2023, 10:10 AM
I guess this is a good start:
https://github.com/russhwolf/multiplatform-settings
r
russhwolf
04/30/2023, 10:13 PM
I'm happy to hear feedback if there's anything that doesn't work for you.
253
Views
Open in Slack
Previous
Next