fluent_ui
fluent_ui copied to clipboard
Enable click on `DatePicker` and `TimePicker`
Currently there's no click on these widgets because it's blocked by https://github.com/flutter/flutter/issues/38803
It could be worth considering using https://pub.dev/packages/clickable_list_wheel_view to implement this.