File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ ] ( https://jitpack.io/v/JamalMulla/ComposePrefs .svg )] ( https://jitpack.io/#JamalMulla/ComposePrefs )
1+ [ ![ ] ( https://jitpack.io/v/JamalMulla/ComposePrefs3 .svg )] ( https://jitpack.io/#JamalMulla/ComposePrefs3 )
22
3- # ComposePrefs
3+ # ComposePrefs3
44
5- ComposePrefs is a preferences library for Jetpack Compose which makes it easy to implement
5+ ComposePrefs3 is a preferences library for Jetpack Compose which makes it easy to implement
66preferences/settings in your Compose Android app. Preferences are created and positioned using an
7- intuitive and easy to use API which follows a similar design to the existing Material Composables.
8- Currently, the library uses the Composables available from M2 as M3 is not quite stable enough to
9- use. ComposePrefs
7+ intuitive and easy to use API which follows a similar design to the existing Material3 Composables.
8+ This is the M3 version of ComposePrefs. The M2 version can be found [ here ] ( https://github.com/JamalMulla/ComposePrefs/ )
9+ ComposePrefs3
1010uses [ DataStore] ( https://developer.android.com/topic/libraries/architecture/datastore ) to store the
1111actual preference data.
1212
@@ -217,7 +217,7 @@ maven { url "https://jitpack.io" }
217217and in your module ` build.gradle ` file add the dependencies
218218
219219``` groovy
220- implementation "com.github.JamalMulla:ComposePrefs :<version>" // Current is 1.0.2
220+ implementation "com.github.JamalMulla:ComposePrefs3 :<version>" // Current is 1.0.0
221221implementation "androidx.datastore:datastore-preferences:1.0.0"
222222```
223223
You can’t perform that action at this time.
0 commit comments