Stefan Oltmann
01/15/2024, 5:02 PMCupertinoDatePicker
, CupertinoTimePicker
, and CupertinoPicker
from Compose Cupertino, developed by @Alexander Zhirkevich. His library is impressive, and I highly recommend checking it out.
I was unable to use the original Material DatePicker, as it is too large for an iPhone 12 Mini screen. To overcome this, I initially used text fields. However, upon discovering Compose Cupertino, I was able to build the dialog exactly as I envisioned. 🙂 The dialog shown below fits into the smallest screen supported by Ashampoo Photos.
While the library is not officially labeled as production-ready, I'm adventurous enough to send this to QA and test it on users of my app. 😄 The scrolling glitches visible in the video only occur during macOS touchbar scrolling, a result of a bug in the used Compose Multiplatform pager. Users with a traditional mouse and Android/iOS devices won't experience this issue.
I would love to hear your thoughts! 😊Stefan Oltmann
01/16/2024, 11:28 AMColton Idle
08/08/2024, 8:49 AMStefan Oltmann
08/08/2024, 9:15 AMColton Idle
08/08/2024, 10:24 AM