Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.63 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.63 KB

Compose Material Dialogs

🚀 Easy to use library to help you build complex dialogs using Jetpack Compose 🚀

Codacy BadgeBuild & Test

Latest Stable Library Version: 0.9.0 (Supports Compose 1.2.1)

Core

Maven Central

dependencies {
  ...
  implementation "io.github.vanpra.compose-material-dialogs:core:${version}" 
  ...
}

Date and Time Picker

Maven Central

dependencies {
  ...
  implementation "io.github.vanpra.compose-material-dialogs:datetime:${version}"
  ...
}

Color Picker

Maven Central

dependencies {
  ...
  implementation "io.github.vanpra.compose-material-dialogs:color:${version}"
  ...
}

For Developers

If you would like to help by contributing to the library have a look at our Contribution Guide to get started

Credits

This library's design is heavily inspired by https://github.com/afollestad/material-dialogs