Hello. May I ask, what is the best key-value pair storage solution (i.e. Shared Preferences and UserDefaults) for the shared module? I found a bunch of libraries and also using
expect
and
actual
and creating native integrations ... but ... meh ... I'd still like to have something ONLY in the shared module.
While it's not useful for you immediately right now, as I've not yet open-sourced, I've developed KMP bindings for the Couchbase Lite database, which provides JSON document storage, key-value and SQL querying, and built-in offline-first backend sync. I plan to release the library soon (pending just a couple blockers).