Is there any way to disable/hide particular days of the week in CupertinoDatePicker?
For example, I want to disable Monday, Tuesday and Friday.
Is there any way to disable/hide particular days of the week in CupertinoDatePicker?
For example, I want to disable Monday, Tuesday and Friday.
It is not supported at this moment. If you desire that the best option is to fork the implementation and add the pieces you need.
You can find the picker in the official repository of Flutter.