/compose-material-dialogs

A Material Dialog Builder for Jetpack Compose

Primary LanguageKotlinOtherNOASSERTION

Compose Material Dialogs

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

Codacy BadgeBuild & Test

Current Library Compose Multiplatform Version: 1.4.0

Current Library Jetpack Compose Version: 1.4.0

Core

Maven Central

dependencies {
  ...
  implementation "ca.gosyer:compose-material-dialogs-core:0.9.3" 
  ...
}

Date and Time Picker

Maven Central

dependencies {
  ...
  implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.3"
  ...
}

Color Picker

Maven Central

dependencies {
  ...
  implementation "ca.gosyer:compose-material-dialogs-color:0.9.3"
  ...
}

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