2

Is there any way to disable/hide particular days of the week in CupertinoDatePicker?

For example, I want to disable Monday, Tuesday and Friday.

Ajeett
  • 814
  • 2
  • 7
  • 18
Sam
  • 2,972
  • 6
  • 34
  • 62
  • Do you mean this https://github.com/wuzhendev/flutter-cupertino-date-picker ? Keep in mind this repo has less than 50 ★ on Github – TruongSinh Mar 05 '19 at 06:38

1 Answers1

2

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.

Tomáš Linhart
  • 13,509
  • 5
  • 51
  • 54