dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
837 stars 307 forks source link

How can I disable days before today? #281

Closed AyberkAhmet closed 3 years ago

AyberkAhmet commented 3 years ago

How can I disable days before today? I am making an doctor appointment app. I want the customer to not be able to click on a day before today.

AyberkAhmet commented 3 years ago

259 I found the solution by doing the same as the answer to this issue.