ComposePreference icon indicating copy to clipboard operation
ComposePreference copied to clipboard

Preference implementation for Jetpack Compose Material 3

Results 6 ComposePreference issues
Sort by recently updated
recently updated
newest added

## Expected Behavior Updating dependency from lifecycle 2.7.0 to 2.8.0 would hopefully "just work". https://developer.android.com/jetpack/androidx/releases/lifecycle#version_28_2 ## Actual Behavior As soon as a screen with preferences from this library is used...

Is there a easy way to load value / label pairs from arrays.xml? can you maybe add it to the example? in the old XML preferences you had two parameters:...

question

Just like in settingslib / AOSP settings and other apps, the switch bar is used as a master control for a list of preferences. This is useful when you need...

enhancement

Hello. Thanks for the great library! Currently, if the `textToValue` lambda retuns `null` pressing the OK button has no effect. This is a kinda roundabout way of validating the input,...

I am new to jetpack compose so I am unsure if I am doing this properly. I want to create a custom wrapper for listPreference. So I do the following:...

question

I am storing a `Long` in the same shared preferences as your `MutableStateFlow` is using. When trying to turn your preferences into ShredPreferences things crash: ```ruby java.lang.IllegalArgumentException: Unsupported type for...