WheelPickerCompose
603 stars
by Emir Demirli
Wheel Date and Time Picker for Jetpack Compose with customizable appearance and behavior.
View on GitHubDocumentation
WheelPickerCompose
Add Wheel Date - Time Picker in Android Jetpack Compose.

Usage
| Picker | Usage |
|---|---|
![]() |
WheelDateTimePicker { snappedDateTime -> } |
![]() |
WheelDatePicker { snappedDate -> } |
![]() |
WheelTimePicker { snappedTime -> } |
![]() |
WheelTimePicker(timeFormat = TimeFormat.AM_PM) { snappedTime -> } |
Features
|
|
Setup
- Open the file
settings.gradle(it looks like that)
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
// add jitpack here 👇🏽
maven { url 'https://jitpack.io' }
...
}
}
...
- Sync the project
- Add dependency
dependencies {
implementation 'com.github.commandiron:WheelPickerCompose:1.1.11'
}
- < API 26 (optional)
compileOptions {
coreLibraryDesugaringEnabled true
//
}
//
dependencies {
//
coreLibraryDesugaring "com.android.tools:desugar_jdk_libs:1.1.6"
}
Similar Libraries
Compose Color Picker
Jetpack Compose Android Color Picker 🎨
Color PickerUI Component
Collapsible App Bar
Collapsible App bar made with Jetpack Compose & Motion Compose
ExamplesUI Component
Dropdown
💧 A Powerful and customizable Jetpack Compose dropdown menu with cascade and animations
MenusUI Component
Segmented Progress Bar
Beautiful progress bar with segments. Highly customizable. Fully written with Jetpack Compose
Progress BarUI Component
Browse by Category

Be the first to discover new Compose libraries
Curated Insights
Digest in 5 minutes or less
Android Analysis
Entertaining takes on happenings
Insider Tips
From top Android developers
Hidden Gems
You won't find elsewhere
"
"I truly love this newsletter ❤️🔥 Spot on content and I know there's a lot of effort that goes behind it. Great work!"
— theapache64
Staff Software Engineer @ Disney+ Hotstar
Join thousands of Android devs who look forward to Dispatch every week
© 2026 All Rights Reserved | Made by Vinay Gaba





