Compose Material Dialogs

Common material dialogs for Jetpack Compose.

Core

Core Documentation

Download

dependencies {
  ...
  implementation "com.vanpra.compose-material-dialogs:core:0.1.0" 
  ...
}

DateTime Picker

DateTime Picker Documentation

Download

dependencies {
  ...
  implementation "com.vanpra.compose-material-dialogs:datetime:0.1.0"
  ...
}

To do

  1. Add missing dialogs such as colour picker and file chooser
  2. Improve documentation to be more informative and add images
  3. Add comments to all MaterialDialog functions

GitHub