Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
61 lines (40 loc) · 2.39 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.39 KB

Compose Material Dialogs

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

Codacy BadgeBuild & Test

Current Library Compose Version: 1.0.0

Core

Maven Central

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

Date and Time Picker

Maven Central

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

Color Picker

Maven Central

dependencies {
  ...
  implementation "io.github.vanpra.compose-material-dialogs:color:0.5.1"
  ...
}

Credits

This library's design is heavily inspired by https://github.com/afollestad/material-dialogs