Compose material3 Date1 and Time pickers

A Jetpack Compose components with material3 support for date* & time picking.

Datepicker is currently a work in progress, but the time picker is ready for use!

timepicker

Latest version

x.y.z (Changelog)

Kotlin version: 1.7.20

Compose compiler version: 1.3.2

Compose BOM version: 2022.10.00

For details of packages inside a BOM, download it’s POM file from Google’s maven repository.

Material3 version: 1.0.0

Usage

To use this library in your project, in your app module’s build.gradle.kts add:

dependencies {
    implementation("com.marosseleng.android:compose-material3-datetime-pickers:<LATEST_VERSION>")
}

For timepicker instructions see its readme

Footnotes

GitHub

View Github