compose-material-dialogs
compose-material-dialogs copied to clipboard
A Material Dialog Builder for Jetpack Compose
Compose Material Dialogs
:rocket: Easy to use library to help you build complex dialogs using Compose Multiplatform :rocket:
Current Library Compose Multiplatform Version: 1.6.0
Current Library Jetpack Compose Version: 1.6.3
See Releases and Changelog
Core
Core Documentation
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-core:0.9.5"
...
}
Date and Time Picker
Date and Time Picker Documentation
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-datetime:0.9.5"
...
}
Color Picker
Color Picker Documentation
dependencies {
...
implementation "ca.gosyer:compose-material-dialogs-color:0.9.5"
...
}
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