ComposePrefs3
ComposePrefs3 copied to clipboard
ComposePrefs3 is a fully featured library of preference composables for Jetpack Compose.
Versions updated: Compose to 1.5.3 Gradle and other libraries to latest version Jdk17 for jitpack Minor changes to reduce problems reported by AndroidStudio code inspection
I added `SettingsScreen.kt` from the repo to my project and launched it as a preview I get this error ``` java.lang.IllegalArgumentException: Cannot perform operation for Unspecified type. at androidx.compose.ui.unit.TextUnitKt.checkArithmetic--R2X_6o(TextUnit.kt:344) at...
Thanks to this great module. But... Is there any way to set font style, color, size???
Closes issue #1
I saw that some of the preference composables were missing the option to add a leading icon. Changed the following: * DropDownPref * EditTextPref * ListPref * MultiSelectListPref
The only Build error I get is "Unresolved reference: PrefsScopeImpl". Why does that have to be class internal? Thanks, Bart
Three questions: - Is it possible to add any kind of validation to EditTextPref to make sure invalid data doesn't make its way into the data store? For example, I...
Hi Jama. I think contentPadding should be passed to LazyColumn for that we can use TopAppBar's ScrollBehavior with it.
Hello! I'm very grateful for your library. However there are some errors in Prefs (especially TextPref, and I didn't check for others). If pref is enabled == false, clickable in...
migration build.gradle -> build.gradle.kts targetSdk 33 -> 34 TextPref default enabled : true SwitchPref, CheckBoxPref : add summary on & summary off SettingsScreen : add example of summary on &...