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
104 stars 51 forks source link

add recurring appointments until the specified date #53

Closed salvatorecasalino closed 1 month ago

salvatorecasalino commented 1 year ago

Is possible to create a List of events which repeats itself every week?

rwbr commented 1 month ago

No, that's up to you to set the eventList property accordingly in your app. This library renders a calendar view, but all the calendar logic must happen in your app.