compose-material-dialogs
compose-material-dialogs copied to clipboard
A Material Dialog Builder for Jetpack Compose
**Describe the bug** The time picker label on timePicker is too small on iOS, we can't even see it and there's no modifier to override its textSize **Screenshots** **Please complete...
**Is your feature request related to a problem? Please describe.** I can't use this in my project because my project targets JS, and this library does not. What a shame!...
**Describe the bug** Max Height limited to 560dp on Pads. Pads are expected to big screen devices, but the checks here will treat them as small screens, and limited the...
We will have more flexibility, there is no option to provide wrap content height to whole dialog. Actually I want this, it currently doesn’t support `modifier = Modifier .fillMaxHeight(.8f) .wrapContentHeight(),`