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

Minimum and maximum date feature #296

Closed Ankit0080 closed 2 years ago

Ankit0080 commented 2 years ago

In my app I want user to be restricted to slide forward and backward till particular months only. For example i want the user to use calendar for the date which i am receiving from backend server. Suppose i am getting minumum date as (2021-10-15) and maximum date flag as (2021-12-31) . Now in the app the user can slide between these two dates only. In calendar i tried with current date and target date but they are not working as expected. Any help would be appreciated thanks in advanced

oiesc commented 2 years ago

You can use the minSelectedDate and the maxSelectedDate in the calendar builder. Just remember to pass your date to DateTime format (DateTime.parse(your date))

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.