Hey I'm looking to implement the above widget:
I'm a bit struggling to implement it using CupertinoPicker or CupertinoDatePicker.
How do I do that?
Hey I'm looking to implement the above widget:
I'm a bit struggling to implement it using CupertinoPicker or CupertinoDatePicker.
How do I do that?
Copyright © 2021 Jogjafile Inc.

The solution was to upload two
Cupertino.builders side by side.The downside is that the
onSelectedItemChangedvalue is related to each component separtly. It's not that a big problem since we can always merge their values later.Here is the outcome:
My code: