rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
105 stars 52 forks source link

Start and end dates #1

Closed vptcnt closed 3 years ago

vptcnt commented 3 years ago

Hello,

Is it possible to restrict the calendar date range, setting a startDate and endDate, or minDate and MaxDate ?

Thanks

rwbr commented 3 years ago

For what purpose? The calendar always starts with the current month or week. Do you want to set the initial date for the view?

rwbr commented 3 years ago

Closing issue due to lack of activity.