dooboolab-community/flutter_calendar_carousel

Minimum and maximum date feature

Ankit0080 opened this issue · 2 comments

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

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))

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.