Skip to content

Syer10/compose-material-dialogs

 
 

Repository files navigation

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

Current Library Jetpack Compose Version: 1.6.3

Core

Maven Central

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

Date and Time Picker

Maven Central

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

Color Picker

Maven Central

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

About

A Material Dialog Builder for Jetpack Compose

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 98.1%
  • Python 1.1%
  • Other 0.8%