Are there plans to make a Jetpack Compose date/time picker? (You can use Android's views but these change from os version to os version etc. And the material library's date time picker uses fragments which is annoying)
Thanks. I'm using material library's date/time picker with its fragment nastiness, since it looks good and is supported and maintained by Google, but an official version that works well with Jetpack Compose, especially with non-XML styling, would be preferable. The above solutions are great, of course.