Skip to content

Latest commit

 

History

History

compose-preference

compose-preference

This library provides a set of Jetpack Compose Preference components for rendering a PreferenceScreen in a @Composable hierarchy.

It uses the LazyColumn DSL under the hood for only rendering visible parts of the PreferenceScreen.

Roadmap

  • PreferenceScreen
  • PreferenceCategory
  • Preference
  • SwitchPreference
  • CheckboxPreference
  • ListPreference
  • TextFieldPreference
  • DialogPreference
  • MultiChoiceListPreference
  • SliderPreference
  • SharedPreferences support
  • DataStore support