Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.55 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.55 KB

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.7.0

Core

Maven Central

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

Date and Time Picker

Maven Central

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

Color Picker

Maven Central

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

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