Skip to content

vanpra/compose-material-dialogs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

See Releases and Changelog

Core

Core Documentation

Maven Central

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

Date and Time Picker

Date and Time Picker Documentation

Maven Central

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

Color Picker

Color Picker Documentation

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