multiplatform-settings icon indicating copy to clipboard operation
multiplatform-settings copied to clipboard

A Kotlin Multiplatform library for saving simple key-value data

Results 38 multiplatform-settings issues
Sort by recently updated
recently updated
newest added

Currently, `KeychainSettings` is considered experimental because I want to be cautious about security-related APIs and I've had very little feedback. Please report this ticket if it is or isn't working...

Currently, the `multiplatform-settings-coroutines` module is experimental and all APIs are marked with `@ExperimentalSettingsApi`. The sole `FlowSettings` implementation, `DataStoreSettings` in the `multiplatform-settings-datastore` module, is marked with `@ExperimentalSettingsImplementation`. Please let me know...

Currently, the `multiplatform-settings-serialization` module is experimental and all APIs are marked with `@ExperimentalSettingsApi`. Please let me know what is and isn't working for you in these APIs. If you have...

Probably using [RegNotifyChangeKeyValue](https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regnotifychangekeyvalue). It may take some effort to massage the Windows API to fit the pattern used on other platforms.

I am trying to remove() a serialized class but `settings.remove("key")` doesn't seems to work for Serialized module. I am using `no-arg` module to instantiate `settings` variable. My `settings.remove(key)` works with...

Azure is getting increasingly frustrating and everyone else in the world seems to have settled on Actions. But I'll still miss Azure's test outputs view.

I've wanted to have something here for a long time but I'm not a frequent enough Linux user to know what a reasonable backing API is. There are some proofs-of-concept...

Updated version of #54 as well as other options with different QDBM APIs, for desktop Linux use.